Add docker-compose.yml
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
pvpgn:
|
||||||
|
build:
|
||||||
|
context: ./pvpgn
|
||||||
|
dockerfile: Dockerfile.bullseye-slim
|
||||||
|
ports:
|
||||||
|
- "6112:6112"
|
||||||
|
- "6200:6200"
|
||||||
Reference in New Issue
Block a user