Pfade zu den Volumes angepasst
This commit is contained in:
parent
1b8a17b9a6
commit
d574e82614
|
@ -33,7 +33,7 @@ services:
|
||||||
image: nextcloud:fpm-alpine
|
image: nextcloud:fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud:/var/www/html
|
- /opt/appdata/nextcloud/www:/var/www/html
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_HOST=db
|
- MYSQL_HOST=db
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
|
@ -52,7 +52,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud:/var/www/html:ro
|
- /opt/appdata/nextcloud/www:/var/www/html:ro
|
||||||
|
- /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
networks:
|
networks:
|
||||||
|
@ -64,7 +65,7 @@ services:
|
||||||
image: nextcloud:fpm-alpine
|
image: nextcloud:fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud:/var/www/html
|
- /opt/appdata/nextcloud/www:/var/www/html
|
||||||
entrypoint: /cron.sh
|
entrypoint: /cron.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
Loading…
Reference in New Issue