fix docker openresty port

This commit is contained in:
xiaomlove
2025-04-29 01:24:13 +07:00
parent 7ed607c981
commit 404357945e
4 changed files with 6 additions and 3 deletions
@@ -4,7 +4,7 @@ server {
server_name ${PHPMYADMIN_SERVER_NAME};
ssl_certificate /certs/fullchain.pem;
ssl_certificate_key /certs/private.pem;
ssl_certificate_key /certs/private.key;
location / {
proxy_pass http://phpmyadmin:80;