Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

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 57f9641 commit b51362a
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 b51362a

Please sign in to comment.