We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78180b commit 91cc8ebCopy full SHA for 91cc8eb
compose/hs/scrutiny.yml
@@ -8,8 +8,8 @@ services:
8
profiles: ["core", "all"]
9
networks:
10
- t3_proxy
11
- # ports:
12
- # - 8080:8080
+ ports:
+ - 8090:8080
13
volumes:
14
- $DOCKERDIR/appdata/scrutiny:/opt/scrutiny/config
15
labels:
compose/hs/traefik.yml
@@ -9,7 +9,7 @@ services:
t3_proxy:
- ipv4_address: 192.168.93.254 # You can specify a static IP
+ ipv4_address: 192.168.90.254 # You can specify a static IP
socket_proxy:
command: # CLI arguments
- --global.checkNewVersion=true
0 commit comments