mirror of
https://github.com/balena-io/open-balena.git
synced 2025-01-30 16:14:07 +00:00
Merge pull request #35 from balena-io/hide-db-redis
Do not publish DB and Redis ports to the host
This commit is contained in:
commit
b9b9b65ce6
@ -142,11 +142,12 @@ services:
|
||||
- redis
|
||||
ports:
|
||||
- "80:80"
|
||||
- "222:222"
|
||||
- "443:443"
|
||||
- "3128:3128"
|
||||
- "5432:5432"
|
||||
- "6379:6379"
|
||||
expose:
|
||||
- "222"
|
||||
- "5432"
|
||||
- "6379"
|
||||
networks:
|
||||
default:
|
||||
aliases:
|
||||
|
Loading…
x
Reference in New Issue
Block a user