bind to localhost only

This commit is contained in:
Arjan Adriaanse 2020-02-08 17:39:38 +01:00
parent 05fbedbb88
commit e6ce15d968
Signed by: arjan
GPG Key ID: BEA76A8D4DE08DF4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ services:
image: nginx:alpine
restart: always
ports:
- 8080:80
- 127.0.0.1:8080:80
volumes:
- nextcloud:/var/www/html:ro
- ./nginx.conf:/etc/nginx/nginx.conf