mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-18 14:08:07 +01:00
Working on Docker Compose | Fix syntax
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user