Skip to content

Commit

Permalink
Fix docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed May 21, 2024
1 parent 2fb1a22 commit 2ac0777
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dockerize/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,10 @@ services:
environment:
- MB_DB_TYPE=postgres
- MB_DB_CONNECTION_URI=jdbc:postgresql://${DATABASE_HOST:-db}:5432/metabase?user=${DATABASE_USERNAME:-docker}&password=${DATABASE_PASSWORD:-docker}
# - [email protected]
# - MB_DB_PASS=newpassword
links:
- db
expose:
- "3000"
# command: bash -c 'java -jar app/metabase.jar reset-password [email protected]'

certbot:
image: certbot/certbot
Expand Down

0 comments on commit 2ac0777

Please sign in to comment.