mirror of
https://github.com/hotio/website.git
synced 2026-01-09 07:53:23 +08:00
don't expose port 5000 by default
This commit is contained in:
parent
5b8f684973
commit
87632edfd4
@ -17,7 +17,6 @@ hide:
|
||||
docker run --rm \
|
||||
--name rflood \
|
||||
-p 3000:3000 \
|
||||
-p 5000:5000 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e UMASK=002 \
|
||||
@ -39,7 +38,6 @@ hide:
|
||||
image: ghcr.io/hotio/rflood
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "5000:5000"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user