Update paths
oginstaller/pipeline/head There was a failure building this commit Details

move-to-docker
Nicolas Arenas 2024-10-29 10:25:07 +01:00
parent 3cd7251ade
commit 893a5a492a
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ Requires=docker.service
[Service]
WorkingDirectory=/opt/opengnsys/ogCore/repo/
ExecStart=/usr/local/bin/docker-compose up -d
ExecStop=/usr/local/bin/docker-compose down
ExecStart=/usr/bin/docker compose up -d
ExecStop=/usr/bin/docker compose down
Restart=always
[Install]