port changes

api 80 >8080
ux > 8080 >80
This commit is contained in:
2024-07-15 14:57:51 +02:00
parent 66e0c55110
commit ad1990b493
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Define the port
PORT=443
PORT=80
# Check if the port is in use and release it if necessary.
echo "Checking if port $PORT is in use..."