Skip to content

Instantly share code, notes, and snippets.

View imunhatep's full-sized avatar
💭
I may be slow to respond.

Artem imunhatep

💭
I may be slow to respond.
View GitHub Profile
@imunhatep
imunhatep / README.md
Created January 29, 2018 16:37 — forked from mosquito/README.md
Add doker-compose as a systemd unit

Docker compose as a systemd unit

Create file /etc/systemd/system/docker-compose@.service

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