mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 12:50:54 +02:00
don't expose insecure ports to the public (#1523)
* don't expose insecure ports to public * don't expose insecure ports to public Signed-off-by: Fariszr <35614734+fariszr@users.noreply.github.com>
This commit is contained in:
parent
31b0b0337e
commit
c769eb86e1
4 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ services:
|
|||
build: ./web
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
- 127.0.0.1:8080:80
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:ro
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue