summaryrefslogtreecommitdiffstats
path: root/Services/php/docker-compose.yml
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2016-10-30 15:47:48 +0100
committerstartxfr <clarue@startx.fr>2016-10-30 15:47:48 +0100
commitf653f56ca071d5c1a42157e33c94cdf1976b15f9 (patch)
treec67e78adc4ec828dba5706c8631237c5d4b228fc /Services/php/docker-compose.yml
parent275245093c596777195bfd8a7922c6d09d19ed2c (diff)
downloadphpmyadmin-f653f56ca071d5c1a42157e33c94cdf1976b15f9.tar.gz
phpmyadmin-f653f56ca071d5c1a42157e33c94cdf1976b15f9.tar.bz2
phpmyadmin-f653f56ca071d5c1a42157e33c94cdf1976b15f9.tar.xz
phpmyadmin-f653f56ca071d5c1a42157e33c94cdf1976b15f9.zip
adding privileged for SELinux issue when mounting host dir
Diffstat (limited to 'Services/php/docker-compose.yml')
-rw-r--r--Services/php/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/php/docker-compose.yml b/Services/php/docker-compose.yml
index fa3f05f..c66779e 100644
--- a/Services/php/docker-compose.yml
+++ b/Services/php/docker-compose.yml
@@ -5,6 +5,7 @@ server:
memswap_limit: 1g
cpu_shares: 5
restart: "on-failure:2"
+ privileged: true
ports:
- "9213:80"
- "9214:443"