We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1250713 commit eb503c5Copy full SHA for eb503c5
Dockerfile
@@ -10,7 +10,7 @@ RUN yarn install --frozen-lockfile \
10
11
# Stage 1:
12
# Build the actual container with all of the needed PHP dependencies that will run the application.
13
-FROM --platform=$TARGETOS/$TARGETARCH php:7.4-fpm-alpine
+FROM --platform=$TARGETOS/$TARGETARCH php:8.1-fpm-alpine
14
WORKDIR /app
15
COPY . ./
16
COPY --from=0 /app/public/assets ./public/assets
docker-compose.example.yml
@@ -8,7 +8,7 @@ x-common:
8
MYSQL_ROOT_PASSWORD: "CHANGE_ME_TOO"
9
panel:
&panel-environment
- APP_URL: "https://example.com"
+ APP_URL: "http://example.com"
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
APP_TIMEZONE: "UTC"
APP_SERVICE_AUTHOR: "[email protected]"
0 commit comments