Skip to content

Commit

Permalink
Force the docker compose binding to every address
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 25, 2023
1 parent 2b51729 commit a34ef1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
MYSQL_HISTFILE: "/home/solidus_user/history/mysql_history"
RAILS_ENV: development
ACTIVE_STORAGE_VARIANT_PROCESSOR: "vips"
BINDING: "0.0.0.0"
ports:
- "${SANDBOX_PORT:-3000}:${SANDBOX_PORT:-3000}"
volumes:
Expand Down

0 comments on commit a34ef1e

Please sign in to comment.