Skip to content

Commit

Permalink
compose file: bind to localhost interface only
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Dec 13, 2020
1 parent ed774e5 commit fc6660f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker_files/docker-compose.yaml
Expand Up @@ -10,7 +10,7 @@ services:
volumes:
- ../user_data:/user_data
ports:
- "13131:13131"
- "127.0.0.1:13131:13131"
restart: always
indexer:
depends_on:
Expand Down

0 comments on commit fc6660f

Please sign in to comment.