Skip to content

Commit

Permalink
testing /var/lib/dockerdir directory for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Sep 20, 2024
1 parent 173c6e5 commit 708a00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
tty: true
cgroup: host
tmpfs:
- /var/lib/docker:mode=0777,dev,size=15g,suid,exec
- /var/lib/dockerdir:mode=0777,dev,size=15g,suid,exec
- /run
ports:
- "3000:3000" # grafana
Expand Down

0 comments on commit 708a00a

Please sign in to comment.