#745 - added docker-compose config

This commit is contained in:
Eugene Pankov 2023-04-23 21:44:27 -07:00
parent 3616a4baa1
commit 5d260722a8
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

11
docker/docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
services:
warpgate:
image: ghcr.io/warp-tech/warpgate
ports:
- 2222:2222
- 8888:8888
- 33306:33306
volumes:
- ./data:/data
stdin_open: true
tty: true