Change web interface ports to use expose in docker-compose.yml instead of ports
Change any port changes in docker-compose files to use expose and the default port instead of 3001:3000 Any localhost limited ports changed to expose instead Add requestrr to caddyfile
This commit is contained in:
@@ -20,8 +20,9 @@ services:
|
||||
- proxy-net
|
||||
- default
|
||||
ports:
|
||||
- "5080:5080"
|
||||
- "5514:5514"
|
||||
expose:
|
||||
- "5080"
|
||||
env_file: ./secrets/openobserve.env
|
||||
environment:
|
||||
ZO_DATA_DIR: /data
|
||||
|
||||
Reference in New Issue
Block a user