mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-31 04:07:54 +01:00
Working on Docker Compose | Fix syntax
This commit is contained in:
@@ -46,11 +46,9 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
image: redis:6.0.10
|
image: redis:6.0.10
|
||||||
container_name: redis
|
container_name: redis
|
||||||
environment:
|
networks:
|
||||||
MYSQL_ROOT_PASSWORD:
|
- internal
|
||||||
networks:
|
labels:
|
||||||
- internal
|
- traefik.enable=false
|
||||||
labels:
|
|
||||||
- traefik.enable=false
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/root/redis/redis.conf:/usr/local/etc/redis/redis.conf"
|
- "/root/redis/redis.conf:/usr/local/etc/redis/redis.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user