Skip to content

Commit

Permalink
Remove trailing slash in nginx volume name docker-logs-nginx (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBoom89 authored Nov 8, 2021
1 parent 718fd02 commit cfa5080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
- app
volumes:
- app-public:/app/public
- docker-logs-nginx/:/var/log/nginx
- docker-logs-nginx:/var/log/nginx
- docker-nginx-scripts:/nginx
- docker-nginx-ssl-certs:/etc/ssl/certs
- docker-nginx-ssl-private:/etc/ssl/private
Expand Down

0 comments on commit cfa5080

Please sign in to comment.