Skip to content

Instantly share code, notes, and snippets.

View michelix's full-sized avatar
🤔
...thinking

Michelix michelix

🤔
...thinking
View GitHub Profile
@michelix
michelix / README.md
Created March 27, 2020 10:38 — 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]

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