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: .
|
build: .
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- "./data:/minecraft/worlds"
|
- "./data:/minecraft"
|
||||||
- "/dev/null:/minecraft/server.jar"
|
|
||||||
- "/dev/null:/minecraft/eula.txt"
|
|
||||||
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
|
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user