Skip to content

Commit

Permalink
bind to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KTachibanaM committed Mar 24, 2024
1 parent 901b876 commit 1532552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.nitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
image: ghcr.io/sekai-soft/nitter-self-contained
container_name: nitter
ports:
- "127.0.0.1:8080:8081"
- "0.0.0.0:8080:8081"
volumes:
- nitter-data:/nitter-data
depends_on:
Expand Down

0 comments on commit 1532552

Please sign in to comment.