Skip to content

Commit 00f872b

Browse files
author
yahuarlocro
committed
add localhost ip to nextcloud app
1 parent 70e95b7 commit 00f872b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
image: nextcloud:23.0.3
2222
restart: always
2323
ports:
24-
- 8080:80
24+
- 127.0.0.1:8080:80
2525
links:
2626
- db
2727
volumes:

0 commit comments

Comments
 (0)