mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
added bins to remove and add sites, changed dockerfile. added new format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
LITESPEED=1.5.10
|
||||
LITESPEED=1.6.4.lh
|
||||
|
||||
WEB_ADMIN_PASSWORD=litespeed
|
||||
|
||||
@@ -12,7 +12,6 @@ DOMAIN=127.0.0.1
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=password
|
||||
ADMIN_EMAIL=test@test.com
|
||||
WP_TITLE=OpenLiteSpeed running in docker
|
||||
WP_TITLE="OpenLiteSpeed running in docker"
|
||||
WP_DB_PREFIX=wp_
|
||||
|
||||
|
||||
|
||||
+6
-3
@@ -18,9 +18,10 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./sites:/var/www/html/
|
||||
- ./sites:/usr/local/lsws/Example/logs/access.log
|
||||
- ./sites/logs:/usr/local/lsws/logs/
|
||||
- ./conf:/usr/local/lsws/conf
|
||||
- ./bin/container:/usr/local/bin
|
||||
- ./sites:/var/www/vhosts/
|
||||
- ./logs:/usr/local/lsws/logs/
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
@@ -34,3 +35,5 @@ services:
|
||||
- 8080:80
|
||||
environment:
|
||||
- MEMORY=-1
|
||||
volumes:
|
||||
litespeed_conf:
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user