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

View File

@ -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