1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-09 00:18:48 +00:00

fix nextcloud

This commit is contained in:
kev 2022-01-10 18:15:02 +08:00
parent a83ee414de
commit ce13e7bf65

@ -7,7 +7,7 @@ services:
ports:
- "8080:80"
volumes:
- ./data/nextcloud:/var/www/html/data
- ./data/nextcloud:/var/www/html
environment:
- POSTGRES_HOST=postgres
- POSTGRES_DB=nextcloud