Skip to content

Commit

Permalink
Expose Docker ports locally only
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenarakelyan authored Jul 31, 2024
1 parent 0993a6f commit c62d210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ services:
image: ghcr.io/rubenarakelyan/authmenace:main
env_file: .env
ports:
- "4002:9292"
- "127.0.0.1:4002:9292"
restart: always

0 comments on commit c62d210

Please sign in to comment.