Skip to content

Commit

Permalink
[UPDATE] remove unnecessary args
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiirh committed May 6, 2024
1 parent 7eb105a commit 9f2dd53
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ services:
restart: unless-stopped
build:
context: .
args:
- DB_HOST=${DB_HOST}
- DB_PORT=${DB_PORT}
- DB_NAME=${DB_NAME}
- DB_USER=${DB_USER}
- DB_PASS=${DB_PASS}
container_name: relohub
image: relohub
command: sh run.sh
Expand Down

0 comments on commit 9f2dd53

Please sign in to comment.