Skip to content

Instantly share code, notes, and snippets.

@krystofbe
Created July 24, 2019 08:30
Show Gist options
  • Save krystofbe/abe6227cf363e5873025d3053c92e271 to your computer and use it in GitHub Desktop.
Save krystofbe/abe6227cf363e5873025d3053c92e271 to your computer and use it in GitHub Desktop.
/etc/systemd/system/docker-compose-app.service
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/home/ubuntu/git/matomo-blackbox
ExecStart=/usr/bin/docker-compose up -d
ExecStop=/usr/bin/docker-compose down
TimeoutStartSec=0
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment