mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
#745 - added docker-compose config
This commit is contained in:
parent
3616a4baa1
commit
5d260722a8
1 changed files with 11 additions and 0 deletions
11
docker/docker-compose.yml
Normal file
11
docker/docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue