Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 22:22:39 +01:00
parent 25cd9c75ab
commit 31c7e8ea27

View File

@@ -8,7 +8,7 @@ steps:
- name: docker_socket - name: docker_socket
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- docker-compose -f docker-compose.yml up - docker-compose -f docker-compose.yml -f docker-compose.start.yml up
volumes: volumes:
- name: docker_socket - name: docker_socket