added bins to remove and add sites, changed dockerfile. added new format

master
lars-hagen 5 years ago
parent a6543f4a77
commit 316c348b5c

@ -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_

@ -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:

BIN
sites/.DS_Store vendored

Binary file not shown.

BIN
sites/logs/.DS_Store vendored

Binary file not shown.
Loading…
Cancel
Save