Created
April 25, 2020 04:20
-
-
Save brian9206/f75b5b5ed54433f68e833125583f8dde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=%i service with docker compose | |
Requires=docker.service | |
After=docker.service | |
[Service] | |
Restart=always | |
WorkingDirectory=/etc/docker/compose/%i | |
# Compose up | |
ExecStart=/usr/local/bin/docker-compose up | |
# Compose down, remove containers and volumes | |
ExecStop=/usr/local/bin/docker-compose down -v | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Place it in