.drone.yml and docker-compose.yml fix
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -20,7 +20,7 @@ steps:
|
||||
- docker build -t localhost:5000/link-shortener:latest -f dockerfile .
|
||||
|
||||
- name: deploy with compose
|
||||
image: docker/compose:2.22.0
|
||||
image: plugins/docker-compose
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
|
||||
Reference in New Issue
Block a user