mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-23 16:30:42 +01:00
Working on Docker Compose | Test
This commit is contained in:
@@ -63,6 +63,7 @@ services:
|
||||
redis:
|
||||
image: redis:6.0.10
|
||||
container_name: redis
|
||||
command: redis-server --requirepass ${REDIS_PASSWORD}
|
||||
ports:
|
||||
- 6379:6379
|
||||
networks:
|
||||
@@ -75,4 +76,4 @@ services:
|
||||
- traefik.docker.network=proxy
|
||||
- traefik.port=6379
|
||||
volumes:
|
||||
- "/root/redis:/data"
|
||||
- "/root/redis/data:/data"
|
||||
|
||||
Reference in New Issue
Block a user