warpgate/docker/docker-compose.yml

13 lines
209 B
YAML
Raw Permalink Normal View History

2023-04-24 12:47:43 +08:00
version: '3'
2023-04-24 12:44:27 +08:00
services:
warpgate:
image: ghcr.io/warp-tech/warpgate
ports:
- 2222:2222
- 8888:8888
- 33306:33306
volumes:
- ./data:/data
stdin_open: true
tty: true