DockerProduction/tsys1/prod/easy-gate/docker-compose.yml

10 lines
298 B
YAML
Raw Normal View History

2022-10-02 19:22:09 +00:00
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