Fix docker sock location

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-10-25 18:37:04 +02:00
parent 2713a5ab13
commit 67b699411b
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -5,7 +5,6 @@ Description=Docker Compose container starter
WorkingDirectory=/home/luzifer/.config
Type=oneshot
RemainAfterExit=yes
Environment=DOCKER_HOST=http+unix://var/run/docker.sock
ExecStartPre=/usr/bin/docker-compose pull --quiet --ignore-pull-failures
ExecStart=/usr/bin/docker-compose up -d --remove-orphans