mirror of https://github.com/akaunting/docker.git
Shift var to shell env
This commit is contained in:
parent
0b9567e8a6
commit
699354d83a
|
@ -24,7 +24,7 @@ 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 hostand finish configuring your Akaunting company through the interactive wizard.
|
||||||
|
|
Loading…
Reference in New Issue