DockerComposeCollection

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit aadd2a679d2aabd8a5ede63a888be9188322f0f3
parent 07069baed7fd35388078cfec883dbec0252f4771
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Wed,  4 Sep 2024 23:26:22 +0900

update ""

Diffstat:
Mminecraft/docker-compose.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minecraft/docker-compose.yml b/minecraft/docker-compose.yml @@ -3,7 +3,7 @@ services: image: itzg/minecraft-bedrock-server environment: EULA: "TRUE" - DEFAULT_PLAYER_PERMISSION_LEVEL: operator + DEFAULT_PLAYER_PERMISSION_LEVEL: "operator" ports: - "19132:19132/udp" volumes: