Skip to content

Instantly share code, notes, and snippets.

View alvaxet's full-sized avatar

Alex Varganov alvaxet

  • Varganov Limited
  • Auckland, New Zealand
View GitHub Profile
@alvaxet
alvaxet / README.md
Created January 16, 2023 01:37 — forked from mosquito/README.md
Add doker-compose as a systemd unit

Docker compose as a systemd unit

Create file /etc/systemd/system/[email protected]. SystemD calling binaries using an absolute path. In my case is prefixed by /usr/local/bin, you should use paths specific for your environment.

[Unit]
Description=%i service with docker compose
PartOf=docker.service
After=docker.service