From db4c9f52ec029336248b263d4e897cd08f1330e2 Mon Sep 17 00:00:00 2001 From: Roger Rumao Date: Sun, 25 Feb 2024 21:40:41 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c16ffc4..0eb50c5 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 @@ -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