Backdate container

This commit is contained in:
Salt 2024-01-23 20:02:16 -06:00
parent de89e057e6
commit e7fe667fa4

View File

@ -3,7 +3,10 @@
community.docker.docker_container:
name: zomboid
state: started
image: quay.io/renegade_master/zomboid-dedicated-server:2.4.0
# Wanted to use latest but:
# https://github.com/Renegade-Master/zomboid-dedicated-server/issues/74
# https://github.com/Renegade-Master/zomboid-dedicated-server/issues/68
image: quay.io/renegade_master/zomboid-dedicated-server:1.6.1
restart_policy: unless-stopped
pull: yes
user: "1000:1000"