Some fixes for the dmz-compose

This commit is contained in:
Bradley Bickford 2024-12-09 15:02:27 -05:00
parent 731712e9c3
commit 4456722cf9

View File

@ -9,4 +9,5 @@ services:
- "19132:19132"
volumes:
- "/velocity:/mnt"
working_dir: "/mnt"
command: ["java", "-Xms64m", "-Xmx1024m", "-jar", "/mnt/velocity.jar"]