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

This commit is contained in:
2022-12-28 22:45:36 +01:00
parent c714281330
commit c3f3a4914a

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 -f docker-compose.start.yml up - docker-compose -f docker-compose.yml -f docker-compose.start.yml up -d --force-recreate
volumes: volumes:
- name: docker_socket - name: docker_socket