14 lines
248 B
YAML
14 lines
248 B
YAML
services:
|
|
spt:
|
|
build: .
|
|
args:
|
|
SPT_VERSION: 3.8.1
|
|
ports:
|
|
- "6969:6969"
|
|
environment:
|
|
SPT_LOG_REQUESTS: "true"
|
|
SPT_BACKEND_IP: 127.0.0.1
|
|
volumes:
|
|
- config:/app/Aki_Data/Server
|
|
- user:/app/user
|