mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 01:35:34 +05:30
fix: misc
This commit is contained in:
parent
f4f09f4852
commit
6bcf9ebf8a
5 changed files with 69 additions and 79 deletions
15
README.md
15
README.md
|
|
@ -79,18 +79,21 @@ Stay tuned as we continue to expand and improve our collection!
|
|||
## Self-host/Run
|
||||
|
||||
### Docker
|
||||
|
||||
```bash
|
||||
docker run -d --name omni-tools --restart unless-stopped -p 8080:80 iib0011/omni-tools:latest
|
||||
```
|
||||
|
||||
### Docker Compose
|
||||
|
||||
```
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
omni-tools:
|
||||
image: iib0011/omni-tools:latest
|
||||
container_name: omni-tools
|
||||
restart: unless-stopped
|
||||
services:
|
||||
omni-tools:
|
||||
image: iib0011/omni-tools:latest
|
||||
container_name: omni-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
||||
|
|
@ -98,7 +101,7 @@ services:
|
|||
|
||||
## Contribute
|
||||
|
||||
This is a React Project with Typescript Material UI.
|
||||
This is a React Project with Typescript Material UI. We use icons from [Iconify](https://icon-sets.iconify.design)
|
||||
|
||||
### Project setup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue