Change from snapdrop to pairdrop

This commit is contained in:
Marko Korhonen 2023-08-21 13:20:16 +03:00
parent fd625a1d8f
commit 2df8cd8148
3 changed files with 12 additions and 11 deletions

View file

@ -0,0 +1,9 @@
[services.drop]
image = "lscr.io/linuxserver/pairdrop"
container_name = "drop"
restart = "unless-stopped"
networks = ["proxy"]
environment = ["TZ=Europe/Helsinki"]
[networks.proxy]
external = true