10 lines
226 B
YAML
10 lines
226 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
gate:
|
|
image: ghcr.io/minekube/gate:latest
|
|
container_name: mc-gate
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- /mnt/Data/docker/gate-mc/config-lite.yml:/config.yml |