mirror of https://github.com/akaunting/docker.git
Merge pull request #19 from solacelost/bugfix/docs_var
Shift var to shell env
This commit is contained in:
commit
fe5d12ee87
|
@ -24,10 +24,10 @@ 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.
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue