Skip to content

Commit

Permalink
compose: add missing permissions (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Choiński <[email protected]>
  • Loading branch information
Wallted authored Jan 27, 2024
1 parent ed93251 commit fcac2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ services:
- "80:80"
- "443:443"
volumes:
- ${PWD}/.nginx/fullchain.pem:${CERT_PATH}
- ${PWD}/.nginx/privkey.pem:${CERT_KEY_PATH}
- ${PWD}/.nginx/fullchain.pem:${CERT_PATH}:ro
- ${PWD}/.nginx/privkey.pem:${CERT_KEY_PATH}:ro
- ${PWD}/.nginx/nginx.conf:/etc/nginx/nginx.conf:ro

volumes:
Expand Down

0 comments on commit fcac2cd

Please sign in to comment.