Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
added volume for certificates
  • Loading branch information
ltbam authored Jul 1, 2024
1 parent 8049ff4 commit db38a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ services:
- tmp_data:/app/tmp_data
- $PWD/.docker_env:/app/.env # CLI needs access to .env file
- $PWD/static:/app/static # static file for frontend
- /data/certs:/app/ssl
networks:
- routing-packager
depends_on:
Expand Down

0 comments on commit db38a1c

Please sign in to comment.