diff --git a/docker-compose.tmpl.yml b/docker-compose.tmpl.yml index c6dd472..2c40965 100644 --- a/docker-compose.tmpl.yml +++ b/docker-compose.tmpl.yml @@ -44,7 +44,7 @@ services: build: context: ./src/addrindexrs dockerfile: ./Dockerfile - command: cargo run --release -- -vvvv + command: [ 'cargo', 'run', '--release', '--', '-vvvv' ] volumes: - ./config/addrindexrs:/root/.config/addrindexrs - addrindexrs-data:/data/ @@ -203,7 +203,7 @@ services: redis-base: hostname: ${HOSTNAME_BASE}-redis image: redis:3.2 - command: redis-server /usr/local/etc/redis/redis.conf + command: [ 'redis-server', '/usr/local/etc/redis/redis.conf' ] volumes: - ./config/redis/redis.conf:/usr/local/etc/redis/redis.conf logging: