mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-15 16:07:03 +03:00
Secure docker containers to local network
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user