mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Solved path bug
This commit is contained in:
parent
9947591ddd
commit
0126be648c
@ -5,8 +5,8 @@ After=network.target docker.service
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/mailu
|
||||
ExecStart=/usr/local/bin/docker-compose up
|
||||
ExecStop=/usr/local/bin/docker-compose down
|
||||
ExecStart=/bin/docker-compose up
|
||||
ExecStop=/bin/docker-compose down
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user