@@ -23,7 +23,7 @@ services:
nginx:
image: nginx:alpine
ports:
- - "8088:80"
+ - "80:80"
volumes:
- ./nginx:/etc/nginx/conf.d
- ./logs/nginx:/var/log/nginx
@@ -1,6 +1,6 @@
server {
listen 80;
- server_name match.dzhhzy.com;
+ server_name admin.dzhhzy.com;
# Proxy settings
location / {