mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-14 23:55:07 +00:00
6285abfc4e
The restore command doesn't need the full source code, but just the .csproj files.
(cherry picked from commit 391d020385
)
13 lines
225 B
YAML
13 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/
|