mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Fix README
This commit is contained in:
parent
4016af23f0
commit
b4a9f81dfb
15
README.md
15
README.md
@ -49,13 +49,14 @@ username@hostname:~$ docker-compose build
|
|||||||
### Start your instance
|
### Start your instance
|
||||||
``` bash
|
``` bash
|
||||||
# For background execution add the -d flag
|
# For background execution add the -d flag
|
||||||
username@hostname:~$ docker-compose up
|
docker-compose up
|
||||||
# To scale your app use the following command after starting it normally
|
# To scale your app use the following command after starting it normally
|
||||||
username@hostname:~$ docker-compose -f docker-compose.yml \
|
docker-compose \
|
||||||
-f docker-compose.override.yml
|
-f docker-compose.yml \
|
||||||
-f docker-compose.scale.yml
|
-f docker-compose.override.yml \
|
||||||
up
|
-f docker-compose.scale.yml \
|
||||||
-d
|
up \
|
||||||
--no-recreate
|
-d \
|
||||||
|
--no-recreate \
|
||||||
--scale nopaque=<NUM_INSTANCES>
|
--scale nopaque=<NUM_INSTANCES>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user