File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ post_max_size = 250M
66upload_max_filesize = 250M
77max_file_uploads = 20
88max_execution_time = 120
9+ # for ENV (WCFSETUP_*), but NOT recommended in production environments!
10+ ; variables_order=EGPCS
911
1012; https://www.php.net/manual/en/opcache.configuration.php
1113[opcache]
Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ services:
1717 - ./config/php_fpm_status.conf:/usr/local/etc/php-fpm.d/y-status.conf:ro
1818 environment :
1919 TZ : " ${TIMEZONE:-Europe/Berlin}"
20+ # For an almost unattended installation:
21+ # https://www.woltlab.com/community/thread/272530-wsc-im-conatiner/?postID=1708708#post1708708
22+ # https://www.woltlab.com/community/thread/218145-smalltalk-labern-reden-diskutieren/?postID=1695560#post1695560
23+ # https://github.com/WoltLab/WCF/blob/6.2/wcfsetup/install/files/lib/system/WCFSetup.class.php#L455-L459
24+ # WCFSETUP_DBHOST: "wsc-db"
25+ # WCFSETUP_DBNAME: "${MYSQL_DATABASE:-wcf}"
26+ # WCFSETUP_DBUSER: "${MYSQL_USER}"
27+ # WCFSETUP_DBPASSWORD: "${MYSQL_PASSWORD}"
28+ # #WCFSETUP_USEDEFAULTWCFDIR: "1"
2029 # depends_on:
2130 # wsc-db:
2231 # condition: service_started # service_started or service_healthy
You can’t perform that action at this time.
0 commit comments