aaaa
This commit is contained in:
@@ -4,8 +4,7 @@ services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
container_name: website-nginx
|
||||
ports:
|
||||
- "8097:80"
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /opt/docker/Website:/usr/share/nginx/html:ro
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen 8097;
|
||||
server_name localhost;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
Reference in New Issue
Block a user