From 2ae43c6e226c748e0b69ac10489d5ba2ca7c14a0 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Thu, 6 Jan 2022 20:29:11 +0100 Subject: [PATCH] Fix docker-compose port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8cf23ef..46d1010 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,4 +5,4 @@ services: image: localhost:5000/infoscreen:latest restart: always ports: - - 11460:80 # 1, 14th char in alphabet, 6th char in alphabet, 0 \ No newline at end of file + - 11460:9000 # 1, 14th char in alphabet, 6th char in alphabet, 0 \ No newline at end of file