We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa1a0a commit 0e133bfCopy full SHA for 0e133bf
docker-compose.yml
@@ -30,6 +30,9 @@ services:
30
ports:
31
- 12345:80
32
privileged: true
33
+ # Note that this requires Docker Compose > 2.15.
34
+ # If you have an older version upgrade it, or you can comment out this line
35
+ cgroup: host
36
working_dir: ${PWD}
37
environment:
38
- PROJECT_DIR=${PWD}
0 commit comments