Commit Graph

185 Commits

Author SHA1 Message Date
Code-Egg d94611b2f6 modified: docker-compose.yml 2025-03-07 10:25:02 +08:00
Code-Egg 0a7d0ceed7 modified: .travis/verify.sh
modified:   README.md
2024-11-08 14:31:06 +08:00
Code-Egg 88223ae123 modified: bin/container/domainctl.sh 2024-11-05 21:46:58 +08:00
Code-Egg 54c684df31 Merge branch 'master' of github.com:litespeedtech/ols-docker-env 2024-11-04 09:16:15 +08:00
Code-Egg 6714d56979 replaced mysql command with mariadb command because mariadb docker image doesnt ship with mysql anymore
From https://github.com/litespeedtech/ols-docker-env/pull/86
2024-11-04 09:15:30 +08:00
E.L. ab5bb0f44b Merge pull request #87 from litespeedtech/revert-86-master
Revert "Update database.sh"
2024-10-25 13:50:26 +08:00
E.L. e2f3df1867 Revert "Update database.sh" 2024-10-25 13:49:59 +08:00
E.L. 27c364ca1b Merge pull request #86 from Liangyiu/master
Update database.sh
2024-10-25 13:47:19 +08:00
Marcel 2977b4c0dc Update database.sh
replaced mysql command with mariadb command because mariadb docker image doesnt ship with mysql anymore
2024-10-24 20:02:59 +02:00
Code-Egg 84f1235740 modified: .github/workflows/docker.yml 2024-10-02 10:07:48 +08:00
Code-Egg 2d7b0589fb modified: .env
modified:   README.md
	modified:   docker-compose.yml
2024-10-02 09:53:32 +08:00
E.L 7b5a79e835 Merge pull request #81 from DuCun/master
Update OWASP version
2024-06-19 16:52:16 +08:00
对望 8cfa0dccb7 Update OWASP version 2024-06-19 11:15:58 +08:00
Code-Egg c450986c70 modified: .env 2024-05-15 13:50:47 +08:00
Code-Egg af62ec62c6 Update OWASP config and version 2024-05-07 10:41:26 +08:00
E.L 464d999936 Merge pull request #73 from heathchyi/patch-1
Update docker-compose.yml
2024-03-04 13:51:52 +08:00
Chyi b95f8c6299 Update docker-compose.yml
In the /bin/webadmin.sh file, CONT_NAME='litespeed' is used to check if the Litespeed docker container is running. 
https://github.com/litespeedtech/ols-docker-env/blob/d7b39ddeb46e454d413ce9e3fc80678384b0c8a2/bin/webadmin.sh#L2

Because the docker-compose file does not explicitly specify the container name for Litespeed, newcomers following the steps in the readme.md might encounter an error indicating that Litespeed is not running, which could be confusing. It is recommended to explicitly define a container name in the docker-compose example file that matches the hardcoded container name in the shell script.
2024-03-04 10:57:33 +08:00
E.L d7b39ddeb4 Merge pull request #72 from DuCun/master
Can give it a try, remove logging
2024-02-13 14:47:50 +08:00
对望 ad9252e9b1 Remove logging
Remove logging to prevent 'Error response from daemon: configured logging driver does not support reading' from being booted
2024-01-29 19:01:54 +08:00
E.L 64a15d46cd Merge pull request #71 from worino/patch-1
updated ols_version to latest
2024-01-28 08:49:37 +08:00
Ulrich Dyhr Ottosen 1bbc5c926e updated ols_version to latest 2024-01-27 22:16:06 +01:00
Code-Egg 5d2435e066 modified: .env
modified:   README.md
	modified:   bin/database.sh
2024-01-03 15:32:23 +08:00
E.L 3ee0c984ac Merge pull request #68 from travistran1989/master
add redis container and support database deletion
2024-01-03 15:21:58 +08:00
Travis Tran 51e96582c9 add delete database script 2023-12-21 16:44:12 +07:00
Travis Tran ad99711392 include redis 2023-11-01 20:10:00 +07:00
Cold-Egg 3ca69edb9b Update OWASP rule version 2023-03-04 21:47:26 +08:00
Cold-Egg 55b742ae33 Fix cache for Theme 2023
modified:   bin/container/appinstallctl.sh
2022-12-06 15:51:48 +08:00
Cold-Egg 1a6a67579a Use docker compose instead of docker-compose
modified:   README.md
	modified:   bin/acme.sh
	modified:   bin/appinstall.sh
	modified:   bin/database.sh
	modified:   bin/demosite.sh
	modified:   bin/domain.sh
	modified:   bin/webadmin.sh
2022-10-26 20:44:37 +08:00
Cold-Egg aeafac6022 modified: README.md 2022-10-21 11:51:07 +08:00
Cold-Egg b4fadc0834 Update phpmyadmin 2022-10-04 09:24:23 +08:00
Cold-Egg 82731d9abb Merge branch 'master' of https://github.com/litespeedtech/ols-docker-env 2022-09-02 11:48:56 +08:00
Cold-Egg 5940aaf163 modified: .env
modified:   bin/container/owaspctl.sh
2022-09-02 11:44:53 +08:00
E.L b367f8229e Merge pull request #47 from worino/master
Added network section to docker-compose.yml
2022-08-03 21:54:16 -04:00
Ulrich Dyhr Ottosen 1e980ee5ba updated PHP to version 8.1.x 2022-08-02 20:53:50 +02:00
Ulrich Dyhr Ottosen f52a09ade8 Added network section to ensure all containers are on same network, this helps laravel applications to migrate 2022-08-02 20:29:52 +02:00
E.L d7a0906ac7 Merge pull request #46 from tynanbe/mysql_port
Don't publish MySQL port
2022-07-26 22:12:17 -04:00
tynanbe d4b29af451 Don't publish MySQL port 2022-07-26 13:39:11 -05:00
E.L 3be989d74a Merge pull request #43 from travistran1989/add-revoke-remove
add revoke and remove function
2022-06-13 10:41:16 +08:00
Travis Tran 2943f6c8c3 add revoke and remove function 2022-06-08 16:54:20 +07:00
E.L cfacb6947f Merge pull request #42 from travistran1989/add-ssl-renewal
Add SSL renewal option, set none to log driver
2022-06-06 13:39:23 +08:00
Travis Tran 577a60d075 allow dynamic -f parameter 2022-06-05 22:37:44 +07:00
Travis Tran 70e7048ad4 default turn off docker logger to prevent unnecessary logs 2022-06-03 00:27:37 +07:00
Travis Tran 268eb44035 add ssl renwal 2022-06-03 00:23:54 +07:00
E.L 4c416cbc87 Merge pull request #38 from psavva/unix-lf
Ensure that files have the correct character encoding.
2022-03-15 13:14:23 +08:00
Panayiotis Savva 58c5497dcc fix unix 2022-03-12 11:16:32 +02:00
Cold-Egg 886811221f env update 2022-03-10 11:27:37 +08:00
Cold-Egg 96cfb22867 force mail 2021-06-24 14:51:07 +08:00
Cold-Egg 51712ae88e lsphp80, fix sql 2021-06-09 15:56:26 +08:00
Cold-Egg f0a85ad8a8 workflow 2021-03-08 16:02:27 +08:00
Cold-Egg e6cfccaf2a fix slack url 2020-11-04 15:07:39 +08:00