Restrict Docker access to localhost

This commit is contained in:
Twilight Sparkle 2021-05-05 14:45:34 +01:00 committed by GitHub
parent 8a9163acdc
commit 868cff46c6
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: