File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ Get SnapDocs running in under 5 minutes!
9696
9797``` bash
9898# Clone the repository
99- git clone https://github.com/yourusername/ snapdocs.git
100- cd snapdocs
99+ mkdir snapdocs && cd snapdocs
100+ curl https://raw.githubusercontent.com/BytesCraftIO/ snapdocs/refs/heads/main/docker-compose.yml -o docker-compose.yml
101101
102102# Start all services with one command
103103docker-compose --profile production up -d
@@ -111,7 +111,7 @@ That's it! SnapDocs is now running with all required services.
111111
112112``` bash
113113# Clone the repository
114- git clone https://github.com/yourusername /snapdocs.git
114+ git clone https://github.com/BytesCraftIO /snapdocs.git
115115cd snapdocs
116116
117117# Install dependencies
@@ -238,7 +238,7 @@ S3_SECRET_KEY=custom_minio_secret
238238Pull the pre-built image:
239239
240240``` bash
241- docker pull yourusername /snapdocs:latest
241+ docker pull bytescraftio /snapdocs:latest
242242```
243243
244244## 🤝 Contributing
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ services:
116116
117117 # Next.js Application (production only)
118118 app :
119- image : snapdocs:latest
119+ image : bytescraftio/ snapdocs:latest
120120 container_name : snapdocs-app
121121 restart : unless-stopped
122122 profiles : ["production"]
You can’t perform that action at this time.
0 commit comments