Shift var to shell env

This commit is contained in:
James Harmison 2021-02-10 12:42:19 -05:00
parent 0b9567e8a6
commit 699354d83a
No known key found for this signature in database
GPG Key ID: 32383B2D27A5D4B5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ vi env/db.env # and set things
cp env/run.env.example env/run.env
vi env/run.env # and set things
docker-compose up -d -e AKAUNTING_SETUP=true
AKAUNTING_SETUP=true docker-compose up -d
```
Then head to HTTP at port 8080 on the docker-compose hostand finish configuring your Akaunting company through the interactive wizard.