Run container in priviledged mode to allow debugging
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
container_name: wrenchboard-backend-php72
|
||||
ports:
|
||||
- 9999:9000
|
||||
privileged: true
|
||||
volumes:
|
||||
- ./configs:/cfgs
|
||||
- ../www:/app
|
||||
|
||||
Reference in New Issue
Block a user