Jafner.net/homelab/stacks/warpgate/docker-compose.yml
2024-10-05 12:31:52 -07:00

12 lines
202 B
YAML

services:
warpgate:
image: ghcr.io/warp-tech/warpgate
ports:
- 2222:2222
- 8888:8888
- 33306:33306
volumes:
- $DOCKER_DATA:/data
stdin_open: true
tty: true