compose
This commit is contained in:
parent
446e3be515
commit
71778b0bd3
|
@ -0,0 +1,12 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
lingyin-api:
|
||||
container_name: lingyin-api
|
||||
environment:
|
||||
- JAVA_OPTS=-server -Xmx100m -XX:+UseCompactObjectHeaders
|
||||
- SECURE_LOGIN=
|
||||
- SECURE_UID=
|
||||
- SECURE_PASS=
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 46578:46578
|
Loading…
Reference in New Issue