Fix docker-compose port
This commit is contained in:
parent
4f55bf03b6
commit
2ae43c6e22
@ -5,4 +5,4 @@ services:
|
|||||||
image: localhost:5000/infoscreen:latest
|
image: localhost:5000/infoscreen:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 11460:80 # 1, 14th char in alphabet, 6th char in alphabet, 0
|
- 11460:9000 # 1, 14th char in alphabet, 6th char in alphabet, 0
|
Loading…
Reference in New Issue
Block a user