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] [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