Minor correction to solve readonly issue
This commit is contained in:
+1
-4
@@ -6,11 +6,8 @@ services:
|
||||
mem_limit: 512m
|
||||
mem_reservation: 128m
|
||||
cpu_shares: 512
|
||||
security_opt:
|
||||
- no-new-privileges=true
|
||||
read_only: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
TZ: Europe/Paris
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user