docker issue
All checks were successful
Build Docker / deploy (push) Successful in 45s
Build Docker / build (push) Successful in 40s

This commit is contained in:
2026-05-13 16:41:39 +03:00
parent 7f843ff04c
commit 2e20e7bf1b

View File

@@ -20,7 +20,7 @@
apt:
name: docker-compose-plugin
state: present
- name: Ensure /opt/infra exists
file:
path: /opt/infra
@@ -43,7 +43,7 @@
creates: /opt/infra/node-docker.yaml
- name: Start node-docker
shell: docker-compose -f /opt/infra/node-docker.yaml up -d
shell: docker compose -f /opt/infra/node-docker.yaml up -d
- name: Docker system prune
shell: docker system prune -a -f