Sign inSign up

valgul/hytale-server

By valgul

Updated 8 months ago

Image
0

208

valgul/hytale-server repository overview

services:
  hytale:
    image: valgul/hytale-server
    image: hytale-server:local
    container_name: hytale_server
    tty: true
    stdin_open: true
    
    restart: unless-stopped
    
    ports:
      - "5521:5520/udp"
    
    volumes:
      - ./hytale_data/:/hytale/server 
    environment:
      - HYTALE_SERVER_IDENTITY_TOKEN=
      - HYTALE_SERVER_SESSION_TOKEN=

use method b to get identity and session token https://support.hytale.com/hc/en-us/articles/45328341414043-Server-Provider-Authentication-Guide

Tag summary

Content type

Image

Digest

sha256:1656c35a5

Size

1.5 GB

Last updated

8 months ago

docker pull valgul/hytale-server