diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 1f431ac..c505482 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -7,5 +7,6 @@ services: - "80:3000" volumes: - ./register.log:/usr/src/app/register.log + - ./exclusions.json:/usr/src/app/exclusions.json environment: - NODE_ENV=production \ No newline at end of file