Skip to content

Commit 3b38770

Browse files
authored
DockerHub installation command has been updated.
Updated the command to run the project in the background
1 parent 2aa94a8 commit 3b38770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To run CodinLab locally, follow these steps:
5353
1. Use Docker Run to launch the application:
5454

5555
```bash
56-
docker run -p "80:80" -v "/var/run/docker.sock:/var/run/docker.sock" ghcr.io/yavuzlar/codinlab:latest
56+
docker run -d -p "80:80" -v "/var/run/docker.sock:/var/run/docker.sock" ghcr.io/yavuzlar/codinlab:latest
5757
```
5858

5959
2. Once the application is up, open your browser and go to <a href="http://localhost/" target="_blank">`http://localhost`</a> or <a href="http://localhost/" target="_blank">`http://127.0.0.1`</a> to start using CodinLab.

0 commit comments

Comments
 (0)