mirror of
https://github.com/Sanae6/SmoOnlineServer
synced 2025-10-05 22:12:40 +02:00
The restore command doesn't need the full source code, but just the .csproj files.
(cherry picked from commit 391d020385
)
14 lines
225 B
YAML
14 lines
225 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
server:
|
|
image: ghcr.io/sanae6/smo-online-server
|
|
#build: .
|
|
#user: 1000:1000
|
|
stdin_open: true
|
|
restart: unless-stopped
|
|
ports:
|
|
- 1027:1027
|
|
volumes:
|
|
- ./data/:/data/
|