Add README.md and LICENSE
This commit is contained in:
parent
a553dae19b
commit
4e736c04b0
3 changed files with 701 additions and 1 deletions
|
@ -7,7 +7,7 @@ Pre-built Docker containers are offered for Linux on ARM and x86_64. If you're n
|
|||
## With Docker command-line
|
||||
|
||||
```
|
||||
docker run -v /absolute_path_to/config.json:/app/config.json -v /absolute_path_to/database.db:/app/database.db --name ecodash -p 8080:80 gitea.massivebox.net/massivebox/ecodash
|
||||
docker run -v /absolute_path_to/config.json:/app/config.json -v /absolute_path_to/database.db:/app/database.db --name ecodash -p 8080:80 git.massivebox.net/ecodash/ecodash
|
||||
```
|
||||
|
||||
This will open the container on port 8080. Replace "8080" in the command with whatever number you want to open that specific port.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue