Fixed formatting

This commit is contained in:
Kasra Bigdeli 2021-03-25 19:38:07 -04:00
parent 1d288f8d7a
commit 3f6404bfa6
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ services:
# Akaunting # Akaunting
$$cap_appname: $$cap_appname:
depends_on: depends_on:
- $$cap_appname-db - $$cap_appname-db
image: akaunting/akaunting:$$cap_app_version image: akaunting/akaunting:$$cap_app_version
build: build:
context: . context: .
restart: always restart: always
environment: environment:
APP_URL: http://$$cap_appname.$$cap_root_domain APP_URL: http://$$cap_appname.$$cap_root_domain
@ -65,11 +65,11 @@ caproverOneClickApp:
label: Admin Email label: Admin Email
defaultValue: 'admin@company.com' defaultValue: 'admin@company.com'
description: This will be your default login username description: This will be your default login username
- id: $$cap_admin_password - id: $$cap_admin_password
label: Admin Password label: Admin Password
defaultValue: $$cap_gen_random_hex(16) defaultValue: $$cap_gen_random_hex(16)
description: This will be your default login password description: This will be your default login password
instructions: instructions:
start: >- start: >-