Fix https-port

This commit is contained in:
LinuxSquare 2023-07-12 21:36:43 +02:00
parent 3e954ef23b
commit 290bd13b97

View file

@ -10,7 +10,7 @@ system_firewall_rules:
- template: jinja - template: jinja
- context: - context:
STATE: {{ sls }} STATE: {{ sls }}
ALLOWED_PORTS: [442, 25565] ALLOWED_PORTS: [443, 25565]
- user: root - user: root
- group: root - group: root
- mode: '0600' - mode: '0600'