From ac0b5654778154393e164936e7daaeda56b7d604 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Mon, 19 Jun 2023 19:57:38 +0200 Subject: [PATCH 1/3] Update 'compose.yaml' --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 0fec42f..54122ce 100644 --- a/compose.yaml +++ b/compose.yaml @@ -77,7 +77,7 @@ services: # Server EULA: "TRUE" TYPE: FABRIC - VERSION: 1.19.4 + VERSION: 1.20.1 INIT_MEMORY: 1G MAX_MEMORY: 12G TZ: Europe/Amsterdam @@ -93,7 +93,7 @@ services: SEED: 7644964991330705000 SPAWN_PROTECTION: 0 MAX_TICK_TIME: -1 - MOTD: "One Minecraft Boys 3: Harmitcraft" + MOTD: "One Minecraft Boys 3: Harmitcraft (1.20!)" restart: unless-stopped volumes: - /opt/omb3/data:/data From dcf12e9530cc0f29782e70695be8d8f1fb6a78b4 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Mon, 19 Jun 2023 21:41:54 +0200 Subject: [PATCH 2/3] Remove phosphor --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 54122ce..2e472e6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -72,7 +72,7 @@ services: ports: - "24454:24454/udp" # Voice mod environment: - MODRINTH_PROJECTS: "fabric-api,lithium,phosphor,view-distance-fix,shulkerboxtooltip,simple-voice-chat,audioplayer" + MODRINTH_PROJECTS: "fabric-api,lithium,view-distance-fix,shulkerboxtooltip,simple-voice-chat,audioplayer" MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES: "FALSE" # Server EULA: "TRUE" From 49570baa5ae4a3eac285eee3341327817501f08a Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Mon, 19 Jun 2023 22:49:14 +0200 Subject: [PATCH 3/3] Update 'docker/web/Containerfile' --- docker/web/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/web/Containerfile b/docker/web/Containerfile index d998e4a..2477e19 100644 --- a/docker/web/Containerfile +++ b/docker/web/Containerfile @@ -2,4 +2,4 @@ FROM php:8.2-apache RUN apt-get update \ && apt-get install -y libpq-dev \ - && docker-php-ext-install pdo_psql \ No newline at end of file + && docker-php-ext-install pdo_pgsql \ No newline at end of file