From 5ef1e5b60052651b443b9f4262f0af84820a7e1c Mon Sep 17 00:00:00 2001 From: KillahBee Date: Wed, 8 May 2024 11:27:00 +0000 Subject: [PATCH] Update compose.yaml Adding build arg for new version as the docker file will accept it. --- compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 113a373..f8c0bcc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,11 +1,13 @@ services: spt: build: . + args: + SPT_VERSION: 3.8.1 ports: - "6969:6969" environment: - SPT_LOG_REQUESTS=true - SPT_BACKEND_IP=127.0.0.1 + SPT_LOG_REQUESTS: "true" + SPT_BACKEND_IP: 127.0.0.1 volumes: - config:/app/Aki_Data/Server - user:/app/user