-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1173 from Websoft9/update-akaunting-5b9c34da
Update akaunting
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
W9_ID=akaunting | ||
W9_DIST=community | ||
W9_VERSION=latest | ||
W9_ID='akaunting' | ||
W9_DIST='community' | ||
W9_VERSION='3.1.14' | ||
W9_REPO=docker.io/akaunting/akaunting | ||
W9_POWER_PASSWORD=1PrMxExC45LsCT | ||
W9_POWER_PASSWORD='!4Bt9EswT9qOgyuD' | ||
|
||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_HTTP_PORT=80 | ||
W9_HTTP_PORT_SET=9001 | ||
W9_HTTP_PORT_SET='9001' | ||
# It is used when the application APP needs to set an external URL, which can be IP(or domain), IP:PORT, http(s)://IP:PORT | ||
W9_URL="InternetIP" | ||
W9_URL='InternetIP' | ||
# akaunting can use APP_URL to change URL automatic | ||
W9_URL_REPLACE=true | ||
W9_DB_EXPOSE="mariadb" | ||
|
@@ -34,4 +34,4 @@ DB_PASSWORD=$W9_POWER_PASSWORD | |
|
||
# These define the first company to exist on this instance. They are only used during setup. | ||
COMPANY_NAME=My Company | ||
COMPANY_EMAIL=[email protected] | ||
COMPANY_EMAIL=[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
{ | ||
"dist": "community", | ||
"version": [ | ||
"3.1.12", | ||
"3.1.14", | ||
"latest" | ||
] | ||
} | ||
|