Fix docker sock location
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2713a5ab13
commit
67b699411b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue