mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-15 04:21:59 +08:00
12 lines
209 B
YAML
12 lines
209 B
YAML
version: '3'
|
|
services:
|
|
warpgate:
|
|
image: ghcr.io/warp-tech/warpgate
|
|
ports:
|
|
- 2222:2222
|
|
- 8888:8888
|
|
- 33306:33306
|
|
volumes:
|
|
- ./data:/data
|
|
stdin_open: true
|
|
tty: true
|