Skip to content

Commit

Permalink
Add a persistent volume to maintain cache through Docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Feb 29, 2024
1 parent dc95cb2 commit 857bf52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ start:
--network traefik-net \
--label "traefik.enable=true" \
--env-file /secrets/service-${SERVICE_NAME}/.env \
--volume /deployment/service-${SERVICE_NAME}:/etc/internal-wiki-notifier \
--label "com.centurylinklabs.watchtower.enable=true" \
ghcr.io/compsoc-edinburgh/service-${SERVICE_NAME}'

Expand Down

0 comments on commit 857bf52

Please sign in to comment.