update Docker image to has reverse procy nginx server for port 80 443

This commit is contained in:
2024-07-17 09:24:29 +02:00
parent 640b021495
commit 429e18bfc8
5 changed files with 130 additions and 27 deletions

View File

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