[fix] code-server docker perms

This commit is contained in:
Andy Bunce 2022-04-18 22:47:42 +01:00
parent 7dcb97eee8
commit 2d660085ef
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ services:
- SUDO_PASSWORD_HASH= #optional
volumes:
- ./config:/config
- /var/run/docker.sock:/var/run/docker.sock:ro
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8443:8443
restart: unless-stopped

View File

@ -12,7 +12,7 @@ services:
- SUDO_PASSWORD_HASH= #optional
volumes:
- ./config:/config
- /var/run/docker.sock:/var/run/docker.sock:ro
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8444:8443
restart: unless-stopped

View File

@ -14,7 +14,7 @@ services:
volumes:
- ./config:/config
- ./custom:/basex/lib/custom
- /var/run/docker.sock:/var/run/docker.sock:ro
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8444:8443
restart: unless-stopped