mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-16 11:25:09 +01:00
Support SELinux in .examples/docker-compose/insecure/
This commit is contained in:
parent
0626a20c19
commit
aee68a66a3
4 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
- db:/var/lib/mysql:z
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=
|
||||
env_file:
|
||||
|
@ -18,7 +18,7 @@ services:
|
|||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
- nextcloud:/var/www/html:z
|
||||
environment:
|
||||
- MYSQL_HOST=db
|
||||
env_file:
|
||||
|
|
|
@ -6,7 +6,7 @@ services:
|
|||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
- db:/var/lib/mysql:z
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=
|
||||
env_file:
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
image: nextcloud:fpm
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
- nextcloud:/var/www/html:z
|
||||
environment:
|
||||
- MYSQL_HOST=db
|
||||
env_file:
|
||||
|
|
|
@ -5,7 +5,7 @@ services:
|
|||
image: postgres
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
- db:/var/lib/postgresql/data:z
|
||||
env_file:
|
||||
- db.env
|
||||
|
||||
|
@ -15,7 +15,7 @@ services:
|
|||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
- nextcloud:/var/www/html:z
|
||||
environment:
|
||||
- POSTGRES_HOST=db
|
||||
env_file:
|
||||
|
|
|
@ -5,7 +5,7 @@ services:
|
|||
image: postgres
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
- db:/var/lib/postgresql/data:z
|
||||
env_file:
|
||||
- db.env
|
||||
|
||||
|
@ -13,7 +13,7 @@ services:
|
|||
image: nextcloud:fpm
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
- nextcloud:/var/www/html:z
|
||||
environment:
|
||||
- POSTGRES_HOST=db
|
||||
env_file:
|
||||
|
|
Loading…
Add table
Reference in a new issue