mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Restrict Docker access to localhost
This commit is contained in:
parent
8a9163acdc
commit
868cff46c6
@ -7,7 +7,7 @@ services:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
ports:
|
||||
- "7775:7775"
|
||||
- "127.0.0.1:7775:7775"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
links:
|
||||
|
Loading…
x
Reference in New Issue
Block a user