version: "3.8" services: theisle: image: ghcr.io/auhrus/theisleevrima:latest container_name: theisle-evrima restart: unless-stopped environment: - steambranch=evrima # Evrima branch :contentReference[oaicite:2]{index=2} - updateonstart=true # Check for updates every start - additionalcommands= # You can add extra launch args later if needed ports: - "7777:7777/udp" # Game port - "7777:7777/tcp" - "10000:10000/tcp" # Queue port if you ever enable bQueueEnabled volumes: # This is where the server files and configs live inside the container - ./theisle-data:/home/steam/Steam/steamapps/common/The Isle Dedicated Server