cant get stdin to work the way i want, so we're just gonna jankify it with a run script lmfao
This commit is contained in:
parent
825a49bdac
commit
b5d7476803
@ -6,12 +6,12 @@ services:
|
||||
build: .
|
||||
|
||||
volumes:
|
||||
- "./data:/minecraft/worlds"
|
||||
- "/dev/null:/minecraft/server.jar"
|
||||
- "/dev/null:/minecraft/eula.txt"
|
||||
- "./data:/minecraft"
|
||||
|
||||
|
||||
ports:
|
||||
- "25565:25565"
|
||||
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user