Skip to content

Commit 8a469bf

Browse files
committed
2023-03-09 Blynk-server https port - old-menu branch - PR 2 of 3
Changes external HTTPS port for Blynk Server from 9443 to 9444. This is a consequence of PR SensorsIot#671 claiming 9443 for Portainer-CE. Also adds external port 9443 to Portainer-CE on old-menu branch to keep this branch in sync with the master branch changes made via SensorsIot#671. Signed-off-by: Phill Kelley <[email protected]>
1 parent aad44c8 commit 8a469bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.templates/blynk_server/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ports:
1313
- "8180:8080"
1414
- "8440:8440"
15-
- "9443:9443"
15+
- "9444:9443"
1616
volumes:
1717
- ./volumes/blynk_server/data:/data
1818
- ./volumes/blynk_server/config:/config

.templates/portainer-ce/service.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
ports:
66
- "8000:8000"
77
- "9000:9000"
8+
# HTTPS
9+
- "9443:9443"
810
volumes:
911
- /var/run/docker.sock:/var/run/docker.sock
1012
- ./volumes/portainer-ce/data:/data

0 commit comments

Comments
 (0)