mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Merge pull request #64 from Twi1ightSparkle/patch-1
Restrict Docker access to localhost
This commit is contained in:
commit
c91b468f28
@ -7,7 +7,7 @@ services:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
ports:
|
||||
- "7775:7775"
|
||||
- "127.0.0.1:7775:7775"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
links:
|
||||
@ -33,7 +33,7 @@ services:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
ports:
|
||||
- "9993:9993"
|
||||
- "127.0.0.1:9993:9993"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
links:
|
||||
|
Loading…
x
Reference in New Issue
Block a user