it is docker space compose now

This commit is contained in:
David Blacka 2023-02-28 15:56:08 -05:00
parent e198a7f05f
commit 6ef41656dd
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ After=docker.service
Type=oneshot
RemainAfterExit=true
WorkingDirectory=/var/lib/gitea
ExecStart=/usr/bin/docker-compose up -d --remove-orphans
ExecStop=/usr/bin/docker-compose down
ExecStart=/usr/bin/docker compose up -d --remove-orphans
ExecStop=/usr/bin/docker compose down
[Install]
WantedBy=multi-user.target