Update README.md

This commit is contained in:
m319 2023-07-28 11:22:04 -07:00 committed by GitHub
parent 9bdd074ad7
commit a61188d9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ services:
ports:
- 8000:8080
EOF
docker compose pull
docker compose up
docker-compose pull
docker-compose up
```
The whole application will be available after a few minutes.