Skip to content

Commit

Permalink
chore(template): sync with ahmadnassri/template-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Oct 5, 2021
1 parent 140d0d1 commit 97e5526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version: '3.8'
services:
# ---- super-linter ---- #
lint:
image: github/super-linter:v4
image: github/super-linter:slim-v4
volumes:
- ./:/tmp/lint
environment:
RUN_LOCAL: 'true'
LOG_LEVEL: 'ERROR'
RUN_LOCAL: 'true'
MULTI_STATUS: 'false'

# ---- readme generator ---- #
Expand Down

0 comments on commit 97e5526

Please sign in to comment.