doc: listen to 0.0.0.0 as example for Docker
consider that many user will use docker to test Oxicloud
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@ OXICLOUD_SERVER_PORT=8086
|
||||
# Server bind address (default: 127.0.0.1)
|
||||
# Use 0.0.0.0 to bind to all interfaces in Docker
|
||||
# IPv6 format allowed, either ::1 or [::1]
|
||||
OXICLOUD_SERVER_HOST=127.0.0.1
|
||||
# here server will bind to all addresses, this is mostly a working Docker example
|
||||
OXICLOUD_SERVER_HOST=0.0.0.0
|
||||
|
||||
# Public base URL for generating share links and external URLs
|
||||
# If not set, defaults to http://{OXICLOUD_SERVER_HOST}:{OXICLOUD_SERVER_PORT}
|
||||
|
||||
Reference in New Issue
Block a user