mirror of
https://git.wownero.com/lza_menace/wowstash.git
synced 2024-08-15 00:33:15 +00:00
bind only to local ports
This commit is contained in:
parent
cf20b46d7d
commit
91ff0f8796
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
container_name: wowstash_db
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5432:5432
|
||||
- - 127.0.0.1:5432:5432
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${DB_PASS}
|
||||
POSTGRES_USER: ${DB_USER}
|
||||
|
@ -18,7 +18,7 @@ services:
|
|||
image: redis:latest
|
||||
container_name: wowstash_cache
|
||||
ports:
|
||||
- 6379:6379
|
||||
- - 127.0.0.1:6379:6379
|
||||
grafana:
|
||||
image: grafana/grafana:6.5.0
|
||||
container_name: wowstash_ops
|
||||
|
|
Loading…
Reference in a new issue