mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
docs: update deployment guide and Docker setup documentation to use 'docker compose' syntax
This commit is contained in:
parent
6d591094cc
commit
e8eac2deb0
3 changed files with 25 additions and 25 deletions
|
|
@ -218,7 +218,7 @@ pgAdmin is included in the Docker setup to help manage your PostgreSQL database.
|
|||
|
||||
- **Linux/macOS:** If you encounter permission errors, you may need to run the docker commands with `sudo`.
|
||||
- **Windows:** If you see access denied errors, make sure you're running Command Prompt or PowerShell as Administrator.
|
||||
- If ports are already in use, modify the port mappings in the `docker compose.yml` file.
|
||||
- If ports are already in use, modify the port mappings in the `docker-compose.yml` file.
|
||||
- For backend dependency issues, check the `Dockerfile` in the backend directory.
|
||||
- For frontend dependency issues, check the `Dockerfile` in the frontend directory.
|
||||
- **Windows-specific:** If you encounter line ending issues (CRLF vs LF), configure Git to handle line endings properly with `git config --global core.autocrlf true` before cloning the repository.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue