Working on Docker Compose | Fix syntax

This commit is contained in:
2021-02-18 17:51:05 +01:00
parent acaa9672b9
commit ebb34af375

View File

@@ -46,11 +46,9 @@ services:
redis:
image: redis:6.0.10
container_name: redis
environment:
MYSQL_ROOT_PASSWORD:
networks:
- internal
labels:
- traefik.enable=false
networks:
- internal
labels:
- traefik.enable=false
volumes:
- "/root/redis/redis.conf:/usr/local/etc/redis/redis.conf"