Skip to content

Commit

Permalink
Update default SERVER_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 committed Jul 3, 2024
1 parent b79fccf commit 970393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM dunglas/frankenphp

# Be sure to replace "demo.phpvms.net" by your domain name
ENV SERVER_NAME=:80
ENV SERVER_NAME=demo.phpvms.net

# Enable PHP production settings
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
Expand Down

0 comments on commit 970393c

Please sign in to comment.