最后活跃于 1690303948

local file sharing in your browser. Inspired by Apple's Airdrop. Create Reverse proxy to local port http//:localhost:81

abdul 修订了这个 Gist 1690303948. 转到此修订

没有任何变更

abdul 修订了这个 Gist 1690303767. 转到此修订

1 file changed, 15 insertions

gistfile1.txt(文件已创建)

@@ -0,0 +1,15 @@
1 + version: "3"
2 + services:
3 + snapdrop:
4 + image: lscr.io/linuxserver/snapdrop:latest
5 + container_name: snapdrop
6 + environment:
7 + - PUID=1024
8 + - PGID=100
9 + - TZ=Europe/Stockholm
10 + volumes:
11 + - /volume1/docker/snapdrop:/config
12 + ports:
13 + - 81:80
14 + - 344:443
15 + restart: unless-stopped
上一页 下一页