Skip to content

Commit

Permalink
mount type bind
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Oct 31, 2024
1 parent bdf3278 commit 801c68a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ services:
expose:
- "443"
volumes:
- /var/lib/rbg-cert/2024-10-31T11\:10\:43+01\:00:/etc/ssl/certs:ro
- type: bind
source: /var/lib/rbg-cert/2024-10-31T11:10:43+01:00
target: /etc/ssl/certs
networks:
- angelos-network

Expand Down

0 comments on commit 801c68a

Please sign in to comment.