Reduced port exposure to localhost

This commit is contained in:
2020-12-27 23:12:09 +01:00
parent dddb3fffc3
commit 51fbc67a04
10 changed files with 10 additions and 10 deletions

View File

@@ -31,7 +31,7 @@
image: nginx:mainline
restart: always
ports:
- "{{http_port}}:80"
- "127.0.0.1:{{http_port}}:80"
volumes:
- "{{conf_d_docker_path}}:{{conf_d_path}}"
- "mybb-data:/var/www/html:ro"