DockerProduction/Overhead/easy-gate/docker-compose.yml
2022-05-15 16:31:18 -05:00

10 lines
289 B
YAML

version: '3.3'
services:
easy-gate:
container_name: easy-gate
ports:
- '1001:8080'
volumes:
- '/docker/Conhost/overhead/easy-gate/easy-gate.json:/etc/easy-gate/easy-gate.json'
restart: unless-stopped
image: r7wx/easy-gate