mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-05-11 18:36:17 +02:00
Secure docker containers to local network
This commit is contained in:
parent
8729796e87
commit
eacd9cb6e8
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
volumes:
|
||||
- database-data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- 5432:5432
|
||||
- 127.0.0.1:5432:5432
|
||||
redis:
|
||||
container_name: redis
|
||||
image: redis
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
volumes:
|
||||
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
|
||||
ports:
|
||||
- 32773:6379
|
||||
- 127.0.0.1:32773:6379
|
||||
|
||||
volumes:
|
||||
database-data:
|
Loading…
Add table
Add a link
Reference in a new issue