Fix docker compose in readme
Signed-off-by: Aaron Fischer <mail@aaron-fischer.net>
This commit is contained in:
parent
8f9260b357
commit
63ac0fce04
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Book of the month / Comic of the month
|
# Book of the month / Comic of the month
|
||||||
|
|
||||||
## Deploy
|
## Deploy
|
||||||
Thats easy:
|
|
||||||
|
|
||||||
$ git pull
|
$ git pull
|
||||||
$ docker-compose build
|
$ docker compose build
|
||||||
$ docker-compose up -d
|
$ docker compose up -d
|
||||||
|
|
||||||
## Sample
|
## Sample
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue