Describe the bug
While setting up the repository using Docker Compose, the nodeapp-dev-nginx container fails to start when running docker-compose up. The error message indicates that a location directive is being used in a context where it is not allowed.
To Reproduce
Use the following instruction for the setup:
git clone https://github.com/RoboSats/robosats.git
cd robosats/nodeapp
docker-compose up
- Observe the error
Expected behavior
The nodeapp-dev-nginx container should start successfully without configuration errors.
Logs
The relevant logs can be found here:
logs
OS
OS: Arch Linux (Rolling)
Kernel: 6.12.58-1-lts
Architecture: x86_64
Browser: N/A (Backend/Docker issue)
Version: N/A
Additional context
The setup instructions were followed from the official documentation:
setup.md