fix: Remove port 80 (#934)
Some checks are pending
Build / Check (push) Waiting to run
Build / Build (push) Blocked by required conditions
Update / dockerHubDescription (push) Waiting to run

This commit is contained in:
Kroese
2025-03-18 05:03:54 +01:00
committed by GitHub
parent a8e4647fa6
commit 4018eeadb4
2 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
server {
listen 80;
listen 5000 default_server;
autoindex on;