DockerProduction/cosmos/easy-gate/docker-compose.yml

10 lines
289 B
YAML
Raw Normal View History

version: '3.3'
services:
easy-gate:
container_name: easy-gate
ports:
- '1002:8080'
volumes:
- '/docker/ConHost/Overhead/easy-gate/easy-gate.json:/etc/easy-gate/easy-gate.json'
restart: unless-stopped
2022-05-15 21:31:18 +00:00
image: r7wx/easy-gate