mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Fix README
This commit is contained in:
parent
4016af23f0
commit
b4a9f81dfb
17
README.md
17
README.md
@ -49,13 +49,14 @@ username@hostname:~$ docker-compose build
|
||||
### Start your instance
|
||||
``` bash
|
||||
# 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
|
||||
username@hostname:~$ docker-compose -f docker-compose.yml \
|
||||
-f docker-compose.override.yml
|
||||
-f docker-compose.scale.yml
|
||||
up
|
||||
-d
|
||||
--no-recreate
|
||||
--scale nopaque=<NUM_INSTANCES>
|
||||
docker-compose \
|
||||
-f docker-compose.yml \
|
||||
-f docker-compose.override.yml \
|
||||
-f docker-compose.scale.yml \
|
||||
up \
|
||||
-d \
|
||||
--no-recreate \
|
||||
--scale nopaque=<NUM_INSTANCES>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user