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",
|
||||
"isMain": true,
|
||||
"internalPort": 80,
|
||||
"environment": {
|
||||
"APP_KEY": "base64:f6pz5BcY1ITOy0xkcO+8NrtaGXlZqFAX2YmZmgxkoFA=",
|
||||
"DB_CONNECTION": "sqlite"
|
||||
},
|
||||
"environment": [
|
||||
{ "key": "APP_KEY", "value": "base64:f6pz5BcY1ITOy0xkcO+8NrtaGXlZqFAX2YmZmgxkoFA="},
|
||||
{ "key": "DB_CONNECTION", "value": "sqlite"}
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/data/database",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue