rename app volume

remotes/origin/pgsql-count-bits-12
Andrew Dolgov 5 years ago
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…
Cancel
Save