Run container in priviledged mode to allow debugging

This commit is contained in:
ChiefSoft works
2022-10-22 00:16:30 +00:00
parent b73fdd07f7
commit 8a06b50f2b
+1
View File
@@ -10,6 +10,7 @@ services:
container_name: wrenchboard-backend-php72
ports:
- 9999:9000
privileged: true
volumes:
- ./configs:/cfgs
- ../www:/app