Merge pull request #285 from alexbelgium/create-pull-request/patch-1649549977

Json sort weekly
This commit is contained in:
Alexandre
2022-04-10 08:27:25 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -100,9 +100,9 @@
"keyfile": "str",
"localdisks": "str?",
"networkdisks": "str?",
"openvpn_alt_mode": "bool?",
"openvpn_config": "str?",
"openvpn_enabled": "bool?",
"openvpn_alt_mode": "bool?",
"openvpn_password": "str?",
"openvpn_username": "str?",
"run_duration": "str?",

View File

@@ -40,7 +40,6 @@
"/dev/nvme1",
"/dev/nvme2"
],
"image": "ghcr.io/alexbelgium/webtrees-{arch}",
"environment": {
"DB_HOST": "http://127.0.0.1",
"DB_NAME": "webtrees",
@@ -57,6 +56,7 @@
"WT_PASS": "mybadpassword",
"WT_USER": "admin"
},
"image": "ghcr.io/alexbelgium/webtrees-{arch}",
"map": [
"config:rw",
"share:rw",