mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Reduced port exposure to localhost
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user