Merge pull request #64 from Twi1ightSparkle/patch-1

Restrict Docker access to localhost
This commit is contained in:
Will Hunt 2021-05-08 01:09:29 +01:00 committed by GitHub
commit c91b468f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: