rename app volume
This commit is contained in:
parent
ec05907c94
commit
74a1bccf52
|
@ -31,7 +31,7 @@ services:
|
|||
- OWNER_GID=${OWNER_GID}
|
||||
- SELF_URL_PATH=http://${EXTERNAL_HOST}:${EXTERNAL_PORT}/tt-rss
|
||||
volumes:
|
||||
- html:/var/www/html
|
||||
- app:/var/www/html
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
|
@ -41,10 +41,10 @@ services:
|
|||
ports:
|
||||
- ${EXTERNAL_PORT}:80
|
||||
volumes:
|
||||
- html:/var/www/html:ro
|
||||
- app:/var/www/html:ro
|
||||
depends_on:
|
||||
- app
|
||||
|
||||
volumes:
|
||||
db:
|
||||
html:
|
||||
app:
|
||||
|
|
Loading…
Reference in New Issue