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