Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devilAPI authored Dec 27, 2024
1 parent 8a2fc33 commit 2e4a903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ ENV ND_LASTFM_APIKEY=${ND_LASTFM_APIKEY}
ENV ND_LASTFM_SECRET=${ND_LASTFM_SECRET}
ENV ND_SPOTIFY_ID=${ND_SPOTIFY_ID}
ENV ND_SPOTIFY_SECRET=${ND_SPOTIFY_SECRET}
ENV ND_LOGLEVEL=${ND_LOGLEVEL}
ENV ND_BASEURL=${ND_BASEURL}
ENV ND_ENABLEINSIGHTSCOLLECTOR=${ND_ENABLEINSIGHTSCOLLECTOR}
ENV ND_CONFIGFILE=${ND_CONFIGFILE}

# Expose port (optional, in case you need to expose a port)
EXPOSE ${ND_PORT}

0 comments on commit 2e4a903

Please sign in to comment.