Files
notes/000-inbox/2026-03-29_16-51-46.md
T
Docker7530 d34d77c34d 1774789119
2026-03-29 20:58:42 +08:00

18 lines
438 B
Markdown

```
services:
sub-store:
image: xream/sub-store:http-meta
container_name: sub-store
restart: always
network_mode: host
environment:
SUB_STORE_BACKEND_API_HOST: 127.0.0.1
SUB_STORE_BACKEND_API_PORT: 3001
SUB_STORE_BACKEND_MERGE: true
SUB_STORE_FRONTEND_BACKEND_PATH: /PVM!xwm7hkz4hek2xjy
PORT: 9876
HOST: 127.0.0.1
volumes:
- /opt/docker/data/sub-store:/opt/app/data
```