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
|
||||
|
||||
## Deploy
|
||||
Thats easy:
|
||||
|
||||
$ git pull
|
||||
$ docker-compose build
|
||||
$ docker-compose up -d
|
||||
$ docker compose build
|
||||
$ docker compose up -d
|
||||
|
||||
## Sample
|
||||
|
||||
|
|
Loading…
Reference in a new issue