Jafner.net/homelab/stacks/warpgate/docker-compose.yml

12 lines
202 B
YAML
Raw Normal View History

2024-10-05 12:31:52 -07:00
services:
warpgate:
image: ghcr.io/warp-tech/warpgate
ports:
- 2222:2222
- 8888:8888
- 33306:33306
volumes:
- $DOCKER_DATA:/data
stdin_open: true
tty: true