Fixed docker start up issue
This commit is contained in:
@@ -25,14 +25,20 @@ This project implements the Simbrella FirstAdvance API as defined in the OpenAPI
|
||||
The easiest way to run the application is using Docker Compose:
|
||||
|
||||
```bash
|
||||
# Build and start the containers
|
||||
# Stop any running containers
|
||||
docker-compose down
|
||||
|
||||
# Rebuild the image
|
||||
docker-compose build
|
||||
|
||||
# Start the container
|
||||
docker-compose up -d
|
||||
|
||||
# View logs
|
||||
docker-compose logs -f
|
||||
# Check if the container is running
|
||||
docker ps
|
||||
|
||||
# Stop the containers
|
||||
docker-compose down
|
||||
# Check the logs for any errors
|
||||
docker-compose logs
|
||||
```
|
||||
|
||||
## Manual Setup
|
||||
|
||||
Reference in New Issue
Block a user