philebos revised this gist . Go to revision
No changes
philebos revised this gist . Go to revision
No changes
philebos revised this gist . Go to revision
1 file changed, 15 insertions
gistfile1.txt(file created)
| @@ -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=133 | |
| 8 | + | - PGID=100 | |
| 9 | + | - TZ=Europe/Berlin | |
| 10 | + | volumes: | |
| 11 | + | - /volume1/docker/snapdrop:/config | |
| 12 | + | ports: | |
| 13 | + | - 80:80 | |
| 14 | + | - 443:443 | |
| 15 | + | restart: unless-stopped | |
Newer
Older