Convert compose files to yaml
toml conversion stopped working, don't want to fix it
This commit is contained in:
parent
9014f87dfd
commit
037967efd7
49 changed files with 904 additions and 773 deletions
|
@ -1,9 +0,0 @@
|
|||
[services.drop]
|
||||
image = "lscr.io/linuxserver/pairdrop"
|
||||
container_name = "drop"
|
||||
restart = "unless-stopped"
|
||||
networks = ["proxy"]
|
||||
environment = ["TZ=Europe/Helsinki", "IPV6_LOCALIZE=4"]
|
||||
|
||||
[networks.proxy]
|
||||
external = true
|
13
docker/drop/docker-compose.yaml
Normal file
13
docker/drop/docker-compose.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
drop:
|
||||
image: lscr.io/linuxserver/pairdrop
|
||||
container_name: drop
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
- TZ=Europe/Helsinki
|
||||
- IPV6_LOCALIZE=4
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
Loading…
Add table
Add a link
Reference in a new issue