Skip to content

Commit

Permalink
Adds volume for certs.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Nov 4, 2022
1 parent 17f6777 commit f052905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
volumes: &volumes
- /opt/app/h2/happy-heron/shared/log:/app/log
- /data/h2-files:/data/h2-files
- /etc/pki/tls/certs:/etc/pki/tls/certs
ports:
- 3000:3000
extra_hosts: &extra-hosts
Expand Down

0 comments on commit f052905

Please sign in to comment.