detach when started
This commit is contained in:
parent
7e70485b98
commit
9521674ba1
2 changed files with 1 additions and 1 deletions
0
Makefile
0
Makefile
|
@ -13,7 +13,7 @@ cd crablog
|
||||||
2. Set up your configuration file (see below)
|
2. Set up your configuration file (see below)
|
||||||
3. Build and run the docker container (Will compile from source and thus take a while)
|
3. Build and run the docker container (Will compile from source and thus take a while)
|
||||||
```bash
|
```bash
|
||||||
docker-compose up
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration environment file
|
## Configuration environment file
|
||||||
|
|
Loading…
Reference in a new issue