Skip to content

Commit

Permalink
Fix path (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc authored Jun 7, 2024
1 parent 2845dcf commit e469529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
RemainAfterExit=true
WorkingDirectory=/fedcloud-dashboard
ExecStartPre=/usr/bin/docker pull python:3.10
ExecStart=/usr/local/docker-compose up -d --force-recreate --build --remove-orphans
ExecStop=/usr/local/docker-compose down
ExecStart=/usr/bin/docker-compose up -d --force-recreate --build --remove-orphans
ExecStop=/usr/bin/docker-compose down
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit e469529

Please sign in to comment.