Skip to content

Commit 657fb47

Browse files
committed
Update .env.example to include base image configuration options for Docker, enhancing clarity for users setting up the environment.
1 parent 10f7a06 commit 657fb47

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.env.example

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ BOOST_NPM_EXECUTABLE_PATH="./vendor/bin/spin run node npm"
99

1010
OCTANE_SERVER=frankenphp
1111

12-
# The serversideup/php image variation being benchmarked (set by the
13-
# PHP_VARIATION Docker build arg), e.g. fpm-nginx or frankenphp.
14-
#PHP_VARIATION=
15-
16-
# Where benchmark stages write their raw result files.
17-
#BENCHMARK_RESULTS_PATH=
18-
19-
# URL the web server load test targets. Only needed when the app cannot
20-
# reach itself over HTTP (the self-test tries localhost, then APP_URL).
21-
#BENCHMARK_HTTP_URL=
12+
############################################
13+
# Base Image Configuration (choose an image from https://hub.docker.com/r/serversideup/php)
14+
############################################
15+
# BASE_OS=trixie
16+
# PHP_VERSION=8.5
17+
# PHP_VARIATION=fpm-nginx

0 commit comments

Comments
 (0)