update 26.8.21

This commit is contained in:
kun
2026-08-21 10:59:47 +08:00
parent 646f8d10a8
commit fbbc5b7047
5 changed files with 23 additions and 134 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
sonovel:
image: ghcr.io/freeok/sonovel:latest
container_name: sonovel
ports:
- "2800:7765"
environment:
JAVA_OPTS: "-Dmode=web"
volumes:
- /volume2/docker/docker_projects/sonovel_data:/sonovel
restart: unless-stopped