rename app volume

This commit is contained in:
Andrew Dolgov 2019-11-15 21:20:27 +03:00
parent ec05907c94
commit 74a1bccf52
1 changed files with 3 additions and 3 deletions

View File

@ -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: