This commit is contained in:
2022-05-28 23:40:17 -05:00
parent 7e4f635119
commit fb8fae5aa1
2 changed files with 1 additions and 13 deletions
-12
View File
@@ -108,18 +108,6 @@ services:
- ./appdata/privoxyvpn/config:/config
- /etc/localtime:/etc/localtime:ro
redis:
container_name: redis
hostname: redis
image: docker.io/bitnami/redis:6.2
environment:
- ALLOW_EMPTY_PASSWORD=yes
- REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
ports:
- 6379:6379/tcp
volumes:
- ./appdata/redis/data:/bitnami/redis/data
traefik:
container_name: traefik
image: traefik:2.5
+1 -1
View File
@@ -47,7 +47,7 @@ providers:
exposedByDefault: false
redis:
endpoints:
- localhost:6379
- redis:6379
# Enable traefik ui
api: