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 b717cad commit b7261ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ FROM deluan/navidrome:latest
# Set the working directory
WORKDIR /home/container

# Copy the custom start.sh script to the container
COPY start.sh /home/container/start.sh

# Set permissions for the start.sh script
RUN chmod +x /home/container/start.sh

# Expose the default Navidrome port
EXPOSE 4533

# Remove any default entrypoint (optional)
# ENTRYPOINT []

# Set the default command to run Navidrome with arguments (this will be overridden in Pterodactyl)
CMD ["navidrome -max-memory {{SERVER_MEMORY}} -port {{SERVER_PORT}} --music /home/container/music --cache /home/container/cache --data /home/container/data"]

0 comments on commit b7261ca

Please sign in to comment.