You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ To run CodinLab locally, follow these steps:
53
53
1. Use Docker Run to launch the application:
54
54
55
55
```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
57
57
```
58
58
59
59
2. Once the application is up, open your browser and go to <ahref="http://localhost/"target="_blank">`http://localhost`</a> or <ahref="http://localhost/"target="_blank">`http://127.0.0.1`</a> to start using CodinLab.
0 commit comments