mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Added docker requirements to mailu service
This commit is contained in:
parent
5595907433
commit
3dff22a16a
@ -7,6 +7,7 @@ Type=simple
|
|||||||
WorkingDirectory=/usr/local/bin/mailu
|
WorkingDirectory=/usr/local/bin/mailu
|
||||||
ExecStart=/bin/docker-compose up
|
ExecStart=/bin/docker-compose up
|
||||||
ExecStop=/bin/docker-compose down
|
ExecStop=/bin/docker-compose down
|
||||||
|
Requires=docker.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user