This commit is contained in:
2026-05-31 07:51:53 +05:00
parent d7de80e7e0
commit 6c5c85ec4c
+1 -1
View File
@@ -219,7 +219,7 @@ docker build -t stick-app .
Run the container on your target Docker network, providing the connection details to your pre-existing MongoDB database container through environment variables: Run the container on your target Docker network, providing the connection details to your pre-existing MongoDB database container through environment variables:
```bash ```bash
docker run -d \ docker run -d \
--name stick-app-container \ --name stick-app \
--network your-docker-network \ --network your-docker-network \
-p 80:3007 \ -p 80:3007 \
-e DATABASE_URL="mongodb://your-mongodb-host:27017" \ -e DATABASE_URL="mongodb://your-mongodb-host:27017" \