Compare commits

...

2 Commits

Author SHA1 Message Date
3220c31cd1 Also disable that other mc server 2023-08-06 14:21:26 -05:00
cd232f6565 Disable create extra 2023-08-06 14:14:49 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
- name: docker deploy minecraft - create extra
docker_container:
name: minecraft-create-extra
state: started
state: absent
image: itzg/minecraft-server:latest
restart_policy: unless-stopped
pull: yes

View File

@ -2,7 +2,7 @@
- name: docker deploy minecraft - vanilla
docker_container:
name: minecraft-vanilla
state: started
state: absent
image: itzg/minecraft-server:latest
restart_policy: unless-stopped
pull: yes