Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=Docker Compose
- After=docker.service network-online.target
- Requires=docker.service network-online.target
- [Service]
- WorkingDirectory=/srv/docker-compose
- ExecStart=/usr/bin/docker-compose up --pull --build
- [Install]
- WantedBy=multi-user.target
- /etc/systemd/system/docker-compose.
Advertisement
Add Comment
Please, Sign In to add comment