mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-01-22 21:02:22 +01:00
selinux for volumes:
This commit is contained in:
parent
f95536338b
commit
078558d06d
@ -24,7 +24,7 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: ./pgsql
|
source: ./pgsql
|
||||||
target: /var/lib/postgresql/data:z
|
target: /var/lib/postgresql/data:z
|
||||||
- ./config/pg-init-scripts:/docker-entrypoint-initdb.d
|
- ./config/pg-init-scripts:/docker-entrypoint-initdb.d:z
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
@ -49,7 +49,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 9000:9000
|
- 9000:9000
|
||||||
volumes:
|
volumes:
|
||||||
- ./mail/html:/var/www/html
|
- ./mail/html:/var/www/html:z
|
||||||
|
|
||||||
|
|
||||||
mailserver:
|
mailserver:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user