fix: docker-compose.yaml补充restart: unless-stopped
This commit is contained in:
parent
f3d04a8786
commit
08b086336d
@ -30,6 +30,7 @@ services:
|
|||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14.2
|
image: postgres:14.2
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: root
|
POSTGRES_USER: root
|
||||||
POSTGRES_PASSWORD: root
|
POSTGRES_PASSWORD: root
|
||||||
@ -43,6 +44,7 @@ services:
|
|||||||
|
|
||||||
oracle:
|
oracle:
|
||||||
image: gvenzl/oracle-xe:18-slim-faststart
|
image: gvenzl/oracle-xe:18-slim-faststart
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
## 登录信息 SID: XE user: system password: oracle
|
## 登录信息 SID: XE user: system password: oracle
|
||||||
ORACLE_PASSWORD: oracle
|
ORACLE_PASSWORD: oracle
|
||||||
@ -56,6 +58,7 @@ services:
|
|||||||
|
|
||||||
sqlserver:
|
sqlserver:
|
||||||
image: mcr.microsoft.com/mssql/server:2017-latest
|
image: mcr.microsoft.com/mssql/server:2017-latest
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
ACCEPT_EULA: "Y"
|
ACCEPT_EULA: "Y"
|
||||||
|
Loading…
Reference in New Issue
Block a user