Skip to content

Commit c7ca470

Browse files
committed
Update readme
1 parent b6812e2 commit c7ca470

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ team's established development process and policies.
1919
```bash
2020
$ git clone https://github.com/mjsir911/trac-docker
2121
$ cd trac-docker
22-
$ docker build -t trac ./
22+
$ docker build -t ghcr.io/mjsir911/trac:latest
23+
```
24+
25+
* just pull it
26+
27+
```
28+
$ docker pull ghcr.io/mjsir911/trac:latest
2329
```
2430

2531

@@ -30,7 +36,7 @@ team's established development process and policies.
3036
Just run
3137

3238
```
33-
$ docker run -d -p 8000:8000 --name my_trac trac
39+
$ docker run -d -p 8000:8000 --name my_trac ghcr.io/mjsir911/trac:latest
3440
```
3541
3642
After several seconds, you can visit the web page at

0 commit comments

Comments
 (0)