Skip to content

Commit 91cc8eb

Browse files
committed
updates
1 parent a78180b commit 91cc8eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compose/hs/scrutiny.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ services:
88
profiles: ["core", "all"]
99
networks:
1010
- t3_proxy
11-
# ports:
12-
# - 8080:8080
11+
ports:
12+
- 8090:8080
1313
volumes:
1414
- $DOCKERDIR/appdata/scrutiny:/opt/scrutiny/config
1515
labels:

compose/hs/traefik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
profiles: ["core", "all"]
1010
networks:
1111
t3_proxy:
12-
ipv4_address: 192.168.93.254 # You can specify a static IP
12+
ipv4_address: 192.168.90.254 # You can specify a static IP
1313
socket_proxy:
1414
command: # CLI arguments
1515
- --global.checkNewVersion=true

0 commit comments

Comments
 (0)