fix: remove unused file
This commit is contained in:
parent
566c5b4e36
commit
2f6e2646c8
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description= Docker compose for %i
|
|
||||||
After=network.target docker.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
ExecStart=/usr/bin/docker-compose -f /etc/docker/compose/%i/docker-compose.yml up
|
|
||||||
ExecReload=/usr/bin/docker-compose -f /etc/docker/compose/%i/docker-compose.yml up --no-recreate -d
|
|
||||||
Restart=always
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Reference in a new issue