appease docker compose [skip docker]

This commit is contained in:
Dane Everitt
2020-11-14 20:50:09 -08:00
parent 82b23ef638
commit aedd0e406c

View File

@@ -10,8 +10,8 @@ services:
- "2022:2022" - "2022:2022"
tty: true tty: true
environment: environment:
TZ: UTC TZ: "UTC"
DEBUG: false DEBUG: "false"
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
- "/var/lib/docker/containers/:/var/lib/docker/containers/" - "/var/lib/docker/containers/:/var/lib/docker/containers/"