fix docker-compose path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
03c3109742
commit
8e7afe4015
@ -9,11 +9,11 @@ After=docker.service
|
||||
Restart={{ droneci_restart_policy }}
|
||||
WorkingDirectory={{ droneci_service_directory }}
|
||||
|
||||
ExecStartPre=/bin/docker-compose down
|
||||
ExecStartPre=/bin/docker-compose rm -f
|
||||
ExecStartPre=/usr/local/bin/docker-compose down
|
||||
ExecStartPre=/usr/local/bin/docker-compose rm -f
|
||||
|
||||
ExecStart=/usr/bin/docker-compose up
|
||||
ExecStop=/usr/bin/docker-compose down
|
||||
ExecStart=/usr/local/bin/docker-compose up
|
||||
ExecStop=/usr/local/bin/docker-compose down
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user