File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# General
22DOMAIN = example.com
3+ PHP_VERSION = 8.4
34# Database (MySQL/MariaDB)
45MYSQL_ROOT_PASSWORD = my-secret-pw
56MYSQL_DATABASE = woltlab_suite
Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ services:
44 # based on: https://dhi.io/catalog/php
55 # command: mkdir ./html && chown 65532:65532 ./html
66 wsc-php :
7- image : docker.io/tobi312/php:8.4-dhi-fpm-debian-wsc
8- # image: docker.io/tobi312/php:8.4-dhi-fpm-alpine-wsc
7+ image : docker.io/tobi312/php:${PHP_VERSION:- 8.4} -dhi-fpm-debian-wsc
8+ # image: docker.io/tobi312/php:${PHP_VERSION:- 8.4} -dhi-fpm-alpine-wsc
99 container_name : wsc-php
1010 restart : unless-stopped
1111 volumes :
1212 - ./html:/var/www/html:rw
13+ # - ./config/php_wsc.ini:/opt/php-${PHP_VERSION:-8.4}/etc/php/conf.d/wsc.ini:ro
14+ # - ./config/php_fpm_status.ini:/opt/php-${PHP_VERSION:-8.4}/etc/php-fpm.d/status.ini:ro
1315 # depends_on:
1416 # wsc-db:
1517 # condition: service_started
You can’t perform that action at this time.
0 commit comments