diff --git a/docker-compose.yml b/docker-compose.yml index 301438c..62024ec 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ - services: hytale-server: + image: ghcr.io/slowline/hytale-docker build: . container_name: hytale stdin_open: true @@ -9,6 +9,8 @@ services: - "5520:5520/udp" volumes: - hytale-data:/hytale + # Allows to persist server authorization with /auth persistence Encrypted + # - /etc/machine-id:/etc/machine-id:ro environment: HYTALE_PORT: "5520" USE_AOT_CACHE: "true"