Update README.md

This commit is contained in:
Simon Hamacher 2024-06-21 16:25:28 +02:00 committed by GitHub
parent 0c99ff8b56
commit 55f973582a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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