diff options
| author | startxfr <clarue@startx.fr> | 2016-10-30 15:47:48 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2016-10-30 15:47:48 +0100 | 
| commit | f653f56ca071d5c1a42157e33c94cdf1976b15f9 (patch) | |
| tree | c67e78adc4ec828dba5706c8631237c5d4b228fc /Services/postgres | |
| parent | 275245093c596777195bfd8a7922c6d09d19ed2c (diff) | |
adding privileged for SELinux issue when mounting host dir
Diffstat (limited to 'Services/postgres')
| -rw-r--r-- | Services/postgres/docker-compose.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/postgres/docker-compose.yml b/Services/postgres/docker-compose.yml index d16ed2a..c57b19b 100644 --- a/Services/postgres/docker-compose.yml +++ b/Services/postgres/docker-compose.yml @@ -5,6 +5,7 @@ server:    memswap_limit: 1g    cpu_shares: 8    restart: "on-failure:2" +  privileged: true    ports:      - "9241:5432"    environment:  | 
