Skip to content

Commit

Permalink
Merge pull request #202 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabrielrufino authored Aug 23, 2024
2 parents 2578fb9 + aa29dee commit 294e26b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml → compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:
- traefik.http.routers.matomo.tls.certresolver=letsencrypt
restart: ${MATOMO_RESTART_POLICY-no}
metabase:
image: metabase/metabase:${METABASE_VERSION-v0.50.19}
image: metabase/metabase:${METABASE_VERSION-v0.50.21.3}
container_name: ${METABASE_CONTAINER_NAME-}
ports:
- 3001:3000
Expand Down
1 change: 0 additions & 1 deletion tests/smoke/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sh $FILEDIR/gitea.sh && \
sh $FILEDIR/grafana.sh && \
sh $FILEDIR/loki.sh && \
sh $FILEDIR/matomo.sh && \
sh $FILEDIR/mautic.sh && \
sh $FILEDIR/metabase.sh && \
sh $FILEDIR/mongo.sh && \
sh $FILEDIR/nextcloud.sh && \
Expand Down

0 comments on commit 294e26b

Please sign in to comment.