it is docker space compose now
This commit is contained in:
parent
e198a7f05f
commit
6ef41656dd
@ -7,8 +7,8 @@ After=docker.service
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=true
|
RemainAfterExit=true
|
||||||
WorkingDirectory=/var/lib/gitea
|
WorkingDirectory=/var/lib/gitea
|
||||||
ExecStart=/usr/bin/docker-compose up -d --remove-orphans
|
ExecStart=/usr/bin/docker compose up -d --remove-orphans
|
||||||
ExecStop=/usr/bin/docker-compose down
|
ExecStop=/usr/bin/docker compose down
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user