Test out organizr
This commit is contained in:
parent
b79d4b08f5
commit
e73414c37a
1 changed files with 9 additions and 0 deletions
|
@ -155,6 +155,15 @@ services:
|
|||
volumes:
|
||||
- "/mnt/data/docker/muximux/config:/config"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
organizr:
|
||||
image: lsiocommunity/organizr
|
||||
container_name: organizr
|
||||
restart: always
|
||||
ports:
|
||||
- "9040:80"
|
||||
volumes:
|
||||
- "/mnt/data/docker/organizr/config:/config"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
duckdns:
|
||||
image: linuxserver/duckdns
|
||||
container_name: duckdns
|
||||
|
|
Loading…
Reference in a new issue