Skip to content

Commit

Permalink
Merge pull request #1173 from Websoft9/update-akaunting-5b9c34da
Browse files Browse the repository at this point in the history
Update akaunting
  • Loading branch information
qiaofeng1227 authored Jan 2, 2025
2 parents 8be009e + 5163318 commit 43455fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions apps/akaunting/.env
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"
Expand All @@ -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]
2 changes: 1 addition & 1 deletion apps/akaunting/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
"3.1.12",
"3.1.14",
"latest"
]
}
Expand Down

0 comments on commit 43455fd

Please sign in to comment.