add the files
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
services:
|
||||
minecraft:
|
||||
image: eclipse-temurin:21-jre-noble
|
||||
container_name: minecraft
|
||||
user: 1000:1000
|
||||
ports:
|
||||
- 25565:25565
|
||||
- 100.70.0.2:48100:8100
|
||||
volumes:
|
||||
- /srv/minecraft/main/:/app
|
||||
working_dir: /app
|
||||
command: ["/usr/bin/bash", "/app/start.sh"]
|
||||
stdin_open: true
|
||||
tty: true
|
||||
networks:
|
||||
- caddy
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
name: "caddy"
|
||||
external: true
|
||||
Reference in New Issue
Block a user