beamer-testbed runs on host port 3006

This commit is contained in:
Mike Dalessio
2025-10-13 16:34:13 -04:00
parent ad3a16f8e6
commit d266f1bbff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ cmd_start() {
echo ""
echo "All containers are ready and registered!"
echo "You can access the application at: http://fizzy.localhost"
echo "You can access the application at: http://fizzy.localhost:3006"
}
# Stop command
+1 -1
View File
@@ -18,7 +18,7 @@ services:
kamal-proxy:
image: basecamp/kamal-proxy:next
ports:
- 127.0.0.1:80:80
- 127.0.0.1:3006:80
- 127.0.0.1:443:443
command: [ "kamal-proxy", "run", "--debug" ]