Solved path bug

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-27 20:55:40 +01:00
parent 9947591ddd
commit 0126be648c

View File

@ -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