Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerrum committed Feb 26, 2024
1 parent 77283e3 commit db4c9f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker run \
--name oscar \
-v=${pwd}/oscar-data:/config/Documents/OSCAR_Data \
-v=${pwd}/SDCARD:/config/SDCARD \
--publish=8080:8080 \
--publish=3000:3000 \
rogerrum/docker-oscar
```
Expand All @@ -54,7 +54,7 @@ services:
container_name: oscar
restart: unless-stopped
ports:
- 8080:8080
- 3000:3000
volumes:
- ./oscar-data:/config/Documents/OSCAR_Data:rw
- ./SDCARD:/config/SDCARD:rw
Expand Down Expand Up @@ -113,7 +113,7 @@ services:
container_name: oscar
restart: unless-stopped
ports:
- 8080:8080
- 3000:3000
volumes:
- ./oscar-data:/config/Documents/OSCAR_Data:rw
- ./SDCARD:/config/SDCARD:rw
Expand Down

0 comments on commit db4c9f5

Please sign in to comment.