Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
Samuel Ortion | 6d3ef7214c | |
Samuel Ortion | 85c92cee06 | |
Samuel Ortion | f2f90d8406 | |
Samuel Ortion | d6763f6e54 |
|
@ -40,7 +40,7 @@ In general all variables stated with ${VARIABLE:-default} inside [../docker-comp
|
|||
Once that is done, you can build and start docker services:
|
||||
|
||||
```bash
|
||||
# Build images (first time only)
|
||||
# Build images (first time only, and for each update)
|
||||
docker compose build
|
||||
# Run
|
||||
docker compose up # add `-d`, to run in background
|
||||
|
|
Loading…
Reference in New Issue