Sorted json

This commit is contained in:
alexbelgium
2022-04-10 00:19:36 +00:00
committed by GitHub
parent 03e9103b64
commit f287527e03
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",