fixed maybe
This commit is contained in:
@@ -112,12 +112,13 @@ services:
|
||||
container_name: redis
|
||||
hostname: redis
|
||||
image: "redis:alpine"
|
||||
command: redis-server /redis.conf
|
||||
ports:
|
||||
- "6379:6379"
|
||||
restart: always
|
||||
volumes:
|
||||
- ./appdata/redis/data:/var/lib/redis
|
||||
- ./appdata/redis/redis.conf:/usr/local/etc/redis/redis.conf
|
||||
- ./appdata/redis/redis.conf:/redis.conf
|
||||
|
||||
traefik:
|
||||
container_name: traefik
|
||||
|
||||
Reference in New Issue
Block a user