.drone.yml and docker-compose.yml fix
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-02-21 16:31:21 +03:00
parent efab31b520
commit 4d250a0c19

View File

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