派生自 yesnaster/docker-compose.yml

最后活跃于 1704121353

thomas 修订了这个 Gist 1704121353. 跳至此修订

没有变更

yesnaster 修订了这个 Gist 1681299204. 跳至此修订

1 file changed, 0 insertions, 0 deletions

gistfile1.txt 重命名为 docker-compose.yml

File renamed without changes

yesnaster 修订了这个 Gist 1681299193. 跳至此修订

1 file changed, 15 insertions

gistfile1.txt(file created)

@@ -0,0 +1,15 @@
1 + version: "3"
2 +
3 + services:
4 + opengist:
5 + image: ghcr.io/thomiceli/opengist:1
6 + container_name: opengist
7 + restart: unless-stopped
8 + ports:
9 + - "6157:6157" # HTTP port
10 + - "2222:2222" # SSH port, can be removed if you don't use SSH
11 + volumes:
12 + - "$HOME/.opengist:/root/.opengist"
13 + environment:
14 + CONFIG: |
15 + log-level: info
更新 更早