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} - OWNER_GID=${OWNER_GID}
- SELF_URL_PATH=http://${EXTERNAL_HOST}:${EXTERNAL_PORT}/tt-rss - SELF_URL_PATH=http://${EXTERNAL_HOST}:${EXTERNAL_PORT}/tt-rss
volumes: volumes:
- html:/var/www/html - app:/var/www/html
depends_on: depends_on:
- db - db
@ -41,10 +41,10 @@ services:
ports: ports:
- ${EXTERNAL_PORT}:80 - ${EXTERNAL_PORT}:80
volumes: volumes:
- html:/var/www/html:ro - app:/var/www/html:ro
depends_on: depends_on:
- app - app
volumes: volumes:
db: db:
html: app: