fixed app linkace: docker-compose.json syntax
This commit is contained in:
parent
c6119d278a
commit
b5d2ee88ca
1 changed files with 4 additions and 4 deletions
|
|
@ -6,10 +6,10 @@
|
||||||
"image": "linkace/linkace:v2.4.0",
|
"image": "linkace/linkace:v2.4.0",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": 80,
|
"internalPort": 80,
|
||||||
"environment": {
|
"environment": [
|
||||||
"APP_KEY": "base64:f6pz5BcY1ITOy0xkcO+8NrtaGXlZqFAX2YmZmgxkoFA=",
|
{ "key": "APP_KEY", "value": "base64:f6pz5BcY1ITOy0xkcO+8NrtaGXlZqFAX2YmZmgxkoFA="},
|
||||||
"DB_CONNECTION": "sqlite"
|
{ "key": "DB_CONNECTION", "value": "sqlite"}
|
||||||
},
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"hostPath": "${APP_DATA_DIR}/data/database",
|
"hostPath": "${APP_DATA_DIR}/data/database",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue