Skip to content

Commit

Permalink
Merge pull request #15 from shopware/20241108-1850-symfony-dev-server…
Browse files Browse the repository at this point in the history
…-config

fix: define ALLOW_ALL_IP to make the symfony dev server listen on IPv…
  • Loading branch information
shyim authored Nov 9, 2024
2 parents 47270ec + bbad226 commit 1f8f9e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,10 @@ runs:
if: inputs.install == 'true'
shell: bash
working-directory: ${{ inputs.path }}
run: symfony server:start -d --no-tls --allow-http --port=8000
env:
SYMFONY_DAEMON: "1"
SYMFONY_NO_TLS: "1"
SYMFONY_ALLOW_HTTP: "1"
SYMFONY_PORT: "8000"
SYMFONY_ALLOW_ALL_IP: "1"
run: symfony server:start

0 comments on commit 1f8f9e9

Please sign in to comment.