Skip to content

Commit

Permalink
refactor: add dynmap port
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrennand committed Dec 9, 2023
1 parent 6324fa9 commit f7d265e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/minecraft/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
- name: minecraft
ports:
- "25565:25565"
# Dynmap
- "8123:8123"
volumes:
- /home/{{ ansible_user }}/minecraft/:/data
env:
Expand All @@ -66,6 +68,7 @@
comparisons:
env: strict
user: strict
ports: strict
state: started

- name: Minecraft backup Docker container tasks
Expand Down

0 comments on commit f7d265e

Please sign in to comment.