Skip to content

How to fix Java Error? #60

Description

@Tama47
Image
services:
  hytale:
    image: indifferentbroccoli/hytale-server-docker:latest
    restart: unless-stopped
    container_name: Hytale-Server
    stop_grace_period: 30s
    ports:
      - "5520:5520/udp"
    environment:
      - PORT=5520
      - MIN_MEMORY=4G
      - MAX_MEMORY=20G
      - JVM_ARGS=-Dio.netty.transport.noNative=true -Djava.net.preferIPv4Stack=true
    volumes:
      - ./data:/home/hytale/server-files
    stdin_open: true
    tty: true

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions