mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-08 13:10:37 +00:00
10 lines
198 B
TOML
10 lines
198 B
TOML
[services.drop]
|
|
image = "lscr.io/linuxserver/pairdrop"
|
|
container_name = "drop"
|
|
restart = "unless-stopped"
|
|
networks = ["proxy"]
|
|
environment = ["TZ=Europe/Helsinki"]
|
|
|
|
[networks.proxy]
|
|
external = true
|