fix docker-compose.yml path

pull/26/head
3y 2 years ago
parent 02c64f4d82
commit bd35a5bba5

@ -24,7 +24,7 @@ services:
restart: always restart: always
container_name: austin-redis container_name: austin-redis
volumes: volumes:
- ./docker/redis.conf:/usr/local/etc/redis/redis.conf:rw - ./docker/redis/redis.conf:/usr/local/etc/redis/redis.conf:rw
command: command:
/bin/bash -c "redis-server /usr/local/etc/redis/redis.conf" /bin/bash -c "redis-server /usr/local/etc/redis/redis.conf"
networks: networks:

Loading…
Cancel
Save