updated and reordered
This commit is contained in:
@@ -330,20 +330,6 @@ services:
|
||||
- ./appdata/nginxproxymanager/snippets:/snippets:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
webnut:
|
||||
container_name: webnut
|
||||
image: teknologist/webnut
|
||||
environment:
|
||||
- UPS_HOST=192.168.1.51
|
||||
- UPS_PORT=3493
|
||||
- UPS_USER=upsadmin
|
||||
- UPS_PASSWORD=8ung1e1!
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
ports:
|
||||
- 6543:6543
|
||||
restart: unless-stopped
|
||||
|
||||
nzbhydra2:
|
||||
container_name: nzbhydra2
|
||||
hostname: nzbhydra2
|
||||
@@ -554,6 +540,20 @@ services:
|
||||
- ./appdata/sonarr:/config
|
||||
- /mnt/data:/data
|
||||
|
||||
webnut:
|
||||
container_name: webnut
|
||||
image: teknologist/webnut
|
||||
environment:
|
||||
- UPS_HOST=192.168.1.51
|
||||
- UPS_PORT=3493
|
||||
- UPS_USER=upsadmin
|
||||
- UPS_PASSWORD=${ADMIN_PASSWORD}
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
ports:
|
||||
- 6543:6543
|
||||
restart: unless-stopped
|
||||
|
||||
webtop:
|
||||
container_name: webtop
|
||||
image: lscr.io/linuxserver/webtop:ubuntu-xfce
|
||||
|
||||
Reference in New Issue
Block a user