Skip to content

Commit

Permalink
Merge pull request #199 from Security-Tools-Alliance/fix-staticfiles-…
Browse files Browse the repository at this point in the history
…volume-empty

build(docker): replace staticfiles volume to prevent empty directory
  • Loading branch information
AnonymousWP committed Sep 11, 2024
2 parents 9e45e8e + 8183c04 commit 708b988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ services:
target: /etc/nginx/certs/rengine_rsa.key
volumes:
- ./proxy/config/rengine.conf:/etc/nginx/conf.d/rengine.conf:ro
- ../web/staticfiles:/home/rengine/rengine/staticfiles/
- ../web:/home/rengine/rengine:rw,z
- scan_results:/home/rengine/scan_results
networks:
- rengine_network
Expand Down

0 comments on commit 708b988

Please sign in to comment.