Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Image now based on static version verdaccio/verdaccio:5.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanAyalon committed May 10, 2024
1 parent fcc93a1 commit de798fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ services:
volumes:
- ${CONF_DEV:-./mounts/live/conf}:/verdaccio/conf:ro
- ${STORAGE_DEV:-${STORAGE:-./mounts/dev/storage}}:/verdaccio/storage
# - ${CERTS_DEV:-${CERTS:-./mounts/dev/certs}}:/verdaccio/certs:ro
- ${LOGS_DEV:-./mounts/dev/logs}:/verdaccio/logs
# - ${CERTS_DEV:-${CERTS:-./mounts/dev/certs}}:/verdaccio/certs:ro
environment:
- DOMAIN=${DOMAIN_DEV:-${DOMAIN:?}}
- HOST_PORT=${HOST_PORT_DEV:-${HOST_PORT:-4873}}
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM verdaccio/verdaccio
FROM verdaccio/verdaccio:5.30.3
EXPOSE 4873

# Get curl for healthcheck
Expand Down

0 comments on commit de798fe

Please sign in to comment.