mirror of https://github.com/akaunting/docker.git
Corrected ref to db in example to match docker-compose network spec
This commit is contained in:
parent
a787708710
commit
edfc351e2a
|
@ -2,8 +2,8 @@
|
|||
APP_URL=https://akaunting.example.com
|
||||
LOCALE=en-US
|
||||
|
||||
# Don't change this unless you are using rootless podman without pod networking
|
||||
DB_HOST=127.0.0.1
|
||||
# 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=akaunting-db
|
||||
|
||||
# Change these to match env/db.env
|
||||
DB_DATABASE=akaunting
|
||||
|
|
Loading…
Reference in New Issue