Merge pull request #19 from solacelost/bugfix/docs_var

Shift var to shell env
This commit is contained in:
Denis Duliçi 2021-02-11 00:18:47 +03:00 committed by GitHub
commit fe5d12ee87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ vi env/db.env # and set things
cp env/run.env.example env/run.env cp env/run.env.example env/run.env
vi env/run.env # and set things 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. Then head to HTTP at port 8080 on the docker-compose host and finish configuring your Akaunting company through the interactive wizard.
After setup is complete, bring the containers down before bringing them back up without the setup variable. After setup is complete, bring the containers down before bringing them back up without the setup variable.