services: unturned: build: . container_name: unturned restart: unless-stopped stdin_open: true tty: true network_mode: host environment: - GSLT=YOUR_TOKEN_HERE - SERVER_ID=myserver - NAME=My Unturned Server - MAP=PEI - MAXPLAYERS=24 - PORT=27015 - PASSWORD= - OWNER=76561198012345678 - ADMINS=76561198087654321,76561198011111111 - PERSPECTIVE=Both - DIFFICULTY=Normal volumes: - ./data:/home/steam/unturned/Servers