Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioassuncao committed Aug 23, 2024
1 parent bf25d28 commit d308c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/8.2-nginx/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# Set default values if not provided
CONTAINER_MODE=${CONTAINER_MODE:-'manual'}
CONTAINER_MODE=${CONTAINER_MODE:-'automatic'} # automatic|manual
CONTAINER_ROLE=${CONTAINER_ROLE:-'app'}
APP_ENV=${APP_ENV:-'production'}

Expand Down

0 comments on commit d308c55

Please sign in to comment.