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