mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
add restart always
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
MYSQL_DATABASE: ${MYSQL_DATABASE}
|
||||
MYSQL_USER: ${MYSQL_USER}
|
||||
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
|
||||
restart: always
|
||||
litespeed:
|
||||
image: litespeedtech/openlitespeed:${OLS_VERSION}-${PHP_VERSION}
|
||||
env_file:
|
||||
@@ -39,3 +40,4 @@ services:
|
||||
- 8443:443
|
||||
environment:
|
||||
DATABASE_HOST: mysql
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user