Skip to content

Commit

Permalink
Update dev.docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Nov 9, 2023
1 parent c0d0626 commit df719eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
volumes:
- certs-vol:/etc/nginx/certs/
- keys-vol:/etc/nginx/keys/
- ./volume/nginx/nginx-prod.conf:/etc/nginx/nginx.conf:ro
- ./volume/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
restart: unless-stopped
depends_on:
- certs
Expand All @@ -129,4 +129,4 @@ volumes:
db-data:
key_trust-store-volume:
certs-vol:
keys-vol:
keys-vol:

0 comments on commit df719eb

Please sign in to comment.