Skip to content

Change default Port 80 to (f.e.) 8082 #1288

Answered by nadar
nadar asked this question in Q&A
Discussion options

You must be logged in to vote

I had to fix SERVER_NAME, but you actually fixed my problem. Thank you so much @withinboredom

docker run \
    -e FRANKENPHP_CONFIG="worker ./public/index.php" \
    -e SERVER_NAME=":8081 https:8082" \
    -v $PWD:/app \
    -p 8081:8081 -p 8082:8082 \
    dunglas/frankenphp

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nadar
Comment options

Answer selected by nadar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants