Fix env bool -> string
parent
dd2292bb76
commit
65c7080f87
|
@ -11,7 +11,7 @@ services:
|
|||
environment:
|
||||
TYPE: "PAPER"
|
||||
EULA: "TRUE"
|
||||
SNOOPER_ENABLED: false
|
||||
SNOOPER_ENABLED: "false"
|
||||
DIFFICULTY: "normal"
|
||||
MOTD: "Le gentil serveur de Momo Pierre et Quentin"
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue