Skip to content

Commit 66c8c98

Browse files
authored
Update README.md
1 parent 5d6c396 commit 66c8c98

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,24 @@ This repository hosts the Dockerfile and necessary configurations for the unoffi
1919
Ensure Docker is installed on your system. For installation instructions, please refer to the [official Docker documentation](https://docs.docker.com/get-docker/).
2020

2121
## Quick Start 🚀
22-
### Docker cli 🐳
23-
```bash
24-
docker run -d --name speedshare -h my_device -e CODE=your_authentication_code -e SPEEDSHARE_UUID=your_uuid mrcolorrain/speedshare
25-
```
26-
### Docker compose 🐳
27-
```yaml
28-
version: "3.9"
29-
services:
30-
speedshare:
31-
container_name: speedshare
32-
hostname: my_device
33-
image: mrcolorrain/speedshare
34-
environment:
35-
- CODE=your_authentication_code
36-
- SPEEDSHARE_UUID=your_uuid
37-
restart: unless-stopped
38-
```
22+
You can run it easily passing the appropriate values.
23+
- ### Docker cli 🐳
24+
```bash
25+
docker run -d --name speedshare -h my_device -e CODE=your_authentication_code -e SPEEDSHARE_UUID=your_uuid mrcolorrain/speedshare
26+
```
27+
- ### Docker compose 🐳
28+
```yaml
29+
version: "3.9"
30+
services:
31+
speedshare:
32+
container_name: speedshare
33+
hostname: my_device
34+
image: mrcolorrain/speedshare
35+
environment:
36+
- CODE=your_authentication_code
37+
- SPEEDSHARE_UUID=your_uuid
38+
restart: unless-stopped
39+
```
3940
4041
## Contributing 🤲
4142
Your contributions are welcome! If you'd like to improve the project or fix a bug, please fork the repository and submit a pull request. Let's make this project even better, together!

0 commit comments

Comments
 (0)