0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Update docker-compose examples volume path

This commit is contained in:
jonas 2018-10-06 14:53:37 +02:00
parent a70bfefdff
commit 4b9f2bd2e7
13 changed files with 24 additions and 24 deletions

View file

@ -22,7 +22,7 @@ services:
ports: ports:
- 8080:80 - 8080:80
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- MYSQL_HOST=db - MYSQL_HOST=db
env_file: env_file:
@ -35,7 +35,7 @@ services:
build: ./app build: ./app
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
entrypoint: /cron.sh entrypoint: /cron.sh
depends_on: depends_on:
- db - db

View file

@ -20,7 +20,7 @@ services:
build: ./app build: ./app
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- MYSQL_HOST=db - MYSQL_HOST=db
env_file: env_file:
@ -35,7 +35,7 @@ services:
ports: ports:
- 8080:80 - 8080:80
volumes: volumes:
- nextcloud:/var/www/html:ro - nextcloud:/var/www:ro
depends_on: depends_on:
- app - app
@ -43,7 +43,7 @@ services:
build: ./app build: ./app
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
entrypoint: /cron.sh entrypoint: /cron.sh
depends_on: depends_on:
- db - db

View file

@ -18,7 +18,7 @@ services:
ports: ports:
- 8080:80 - 8080:80
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- MYSQL_HOST=db - MYSQL_HOST=db
env_file: env_file:

View file

@ -16,7 +16,7 @@ services:
image: nextcloud:fpm image: nextcloud:fpm
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- MYSQL_HOST=db - MYSQL_HOST=db
env_file: env_file:
@ -30,7 +30,7 @@ services:
ports: ports:
- 8080:80 - 8080:80
volumes: volumes:
- nextcloud:/var/www/html:ro - nextcloud:/var/www:ro
depends_on: depends_on:
- app - app

View file

@ -15,7 +15,7 @@ services:
ports: ports:
- 8080:80 - 8080:80
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- POSTGRES_HOST=db - POSTGRES_HOST=db
env_file: env_file:

View file

@ -13,7 +13,7 @@ services:
image: nextcloud:fpm image: nextcloud:fpm
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- POSTGRES_HOST=db - POSTGRES_HOST=db
env_file: env_file:
@ -27,7 +27,7 @@ services:
ports: ports:
- 8080:80 - 8080:80
volumes: volumes:
- nextcloud:/var/www/html:ro - nextcloud:/var/www:ro
depends_on: depends_on:
- app - app

View file

@ -16,7 +16,7 @@ services:
image: nextcloud:fpm image: nextcloud:fpm
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- MYSQL_HOST=db - MYSQL_HOST=db
env_file: env_file:
@ -28,7 +28,7 @@ services:
build: ./web build: ./web
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html:ro - nextcloud:/var/www:ro
environment: environment:
- VIRTUAL_HOST= - VIRTUAL_HOST=
depends_on: depends_on:

View file

@ -20,7 +20,7 @@ services:
build: ./app build: ./app
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- VIRTUAL_HOST= - VIRTUAL_HOST=
- LETSENCRYPT_HOST= - LETSENCRYPT_HOST=
@ -39,7 +39,7 @@ services:
build: ./app build: ./app
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
entrypoint: /cron.sh entrypoint: /cron.sh
depends_on: depends_on:
- db - db

View file

@ -20,7 +20,7 @@ services:
build: ./app build: ./app
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- MYSQL_HOST=db - MYSQL_HOST=db
env_file: env_file:
@ -33,7 +33,7 @@ services:
build: ./web build: ./web
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html:ro - nextcloud:/var/www:ro
environment: environment:
- VIRTUAL_HOST= - VIRTUAL_HOST=
- LETSENCRYPT_HOST= - LETSENCRYPT_HOST=
@ -48,7 +48,7 @@ services:
build: ./app build: ./app
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
entrypoint: /cron.sh entrypoint: /cron.sh
depends_on: depends_on:
- db - db

View file

@ -16,7 +16,7 @@ services:
image: nextcloud:apache image: nextcloud:apache
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- VIRTUAL_HOST= - VIRTUAL_HOST=
- LETSENCRYPT_HOST= - LETSENCRYPT_HOST=

View file

@ -16,7 +16,7 @@ services:
image: nextcloud:fpm image: nextcloud:fpm
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- MYSQL_HOST=db - MYSQL_HOST=db
env_file: env_file:
@ -28,7 +28,7 @@ services:
build: ./web build: ./web
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html:ro - nextcloud:/var/www:ro
environment: environment:
- VIRTUAL_HOST= - VIRTUAL_HOST=
- LETSENCRYPT_HOST= - LETSENCRYPT_HOST=

View file

@ -13,7 +13,7 @@ services:
image: nextcloud:apache image: nextcloud:apache
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- VIRTUAL_HOST= - VIRTUAL_HOST=
- LETSENCRYPT_HOST= - LETSENCRYPT_HOST=

View file

@ -13,7 +13,7 @@ services:
image: nextcloud:fpm image: nextcloud:fpm
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www
environment: environment:
- POSTGRES_HOST=db - POSTGRES_HOST=db
env_file: env_file:
@ -25,7 +25,7 @@ services:
build: ./web build: ./web
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html:ro - nextcloud:/var/www:ro
environment: environment:
- VIRTUAL_HOST= - VIRTUAL_HOST=
- LETSENCRYPT_HOST= - LETSENCRYPT_HOST=