Corrected ref to db in example to match docker-compose network spec

This commit is contained in:
James Harmison 2021-02-03 21:14:01 -05:00
parent a787708710
commit edfc351e2a
No known key found for this signature in database
GPG Key ID: 32383B2D27A5D4B5
1 changed files with 2 additions and 2 deletions

4
env/run.env.example vendored
View File

@ -2,8 +2,8 @@
APP_URL=https://akaunting.example.com APP_URL=https://akaunting.example.com
LOCALE=en-US LOCALE=en-US
# Don't change this unless you are using rootless podman without pod networking # Don't change this unless you are using rootless podman, in which case you should set it to 127.0.0.1 (NOT localhost)
DB_HOST=127.0.0.1 DB_HOST=akaunting-db
# Change these to match env/db.env # Change these to match env/db.env
DB_DATABASE=akaunting DB_DATABASE=akaunting