Update
Some checks failed
CI/CD Pipeline / lint (push) Failing after 18s
CI/CD Pipeline / deploy (push) Failing after 1m29s

This commit is contained in:
sotos
2025-12-17 10:33:05 +01:00
parent 7d8f7d4658
commit 882a32f2dc

View File

@@ -12,13 +12,13 @@
source: pull
- name: Run snake-game container
become: true
docker_container:
name: snake-game
image: dns.s-martika.com/smartika/snake-game:1.0
image: dns.s-martika.com/smartika/snake-game:2.0
state: started
privileged: true
restart_policy: always
ports:
- "8080:80" # host:container
- "8080:8080" # host:container
pull: yes