Preliminary dmz-compose
This commit is contained in:
parent
7f6f9acd0b
commit
731712e9c3
12
dmz-compose.yml
Normal file
12
dmz-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
velocity:
|
||||||
|
image: eclipse-temurin:17
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "25565:25565"
|
||||||
|
- "19132:19132"
|
||||||
|
volumes:
|
||||||
|
- "/velocity:/mnt"
|
||||||
|
command: ["java", "-Xms64m", "-Xmx1024m", "-jar", "/mnt/velocity.jar"]
|
Loading…
Reference in New Issue
Block a user