2024-11-26 17:19:29 +00:00
|
|
|
services:
|
|
|
|
easy-gate:
|
|
|
|
image: r7wx/easy-gate:latest
|
2024-11-29 17:16:56 +00:00
|
|
|
container_name: reachableceo-easy-gate
|
2024-11-26 17:19:29 +00:00
|
|
|
restart: always
|
|
|
|
ports:
|
2024-11-28 21:31:41 +00:00
|
|
|
- 2005:8080
|
2024-11-26 17:19:29 +00:00
|
|
|
volumes:
|
|
|
|
- ./easy-gate.json:/etc/easy-gate/easy-gate.json
|