0
0

Update compose.yaml

Adding build arg for new version as the docker file will accept it.
This commit is contained in:
KillahBee 2024-05-08 11:27:00 +00:00
parent af8c02d60f
commit 5ef1e5b600

@ -1,11 +1,13 @@
services: services:
spt: spt:
build: . build: .
args:
SPT_VERSION: 3.8.1
ports: ports:
- "6969:6969" - "6969:6969"
environment: environment:
SPT_LOG_REQUESTS=true SPT_LOG_REQUESTS: "true"
SPT_BACKEND_IP=127.0.0.1 SPT_BACKEND_IP: 127.0.0.1
volumes: volumes:
- config:/app/Aki_Data/Server - config:/app/Aki_Data/Server
- user:/app/user - user:/app/user