Update README.md
This commit is contained in:
parent
94710dbb4f
commit
4b106fe1d0
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -57,3 +57,14 @@ docker run -p 8080:80 cinny:latest
|
|||
```
|
||||
|
||||
This will forward your `localhost` port 8080 to the container's port 80. You can visit the app in your browser by navigating to `http://localhost:8080`.
|
||||
|
||||
Or use Docker Compose
|
||||
|
||||
```
|
||||
services:
|
||||
cinny:
|
||||
image: git.yiffing.dev/leafus/cinny-improved:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 8444:80
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue