chore: zomboid improvements, gregtime improvements with rcon
This commit is contained in:
@@ -34,8 +34,14 @@
|
||||
image: "{{ image }}"
|
||||
restart_policy: on-failure:3
|
||||
log_driver: journald
|
||||
network:
|
||||
- host
|
||||
env:
|
||||
TZ: America/New_York
|
||||
# Zomboid RCON configuration for Discord restart command
|
||||
ZOMBOID_RCON_HOST: "127.0.0.1"
|
||||
ZOMBOID_RCON_PORT: "{{ zomboid_rcon_port }}"
|
||||
ZOMBOID_RCON_PASSWORD: "{{ zomboid_admin_password }}"
|
||||
volumes:
|
||||
- "{{ gregtime_path }}/logs:/app/logs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user