Skip to content

Commit

Permalink
Swap back to a regular volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenPaugh committed May 7, 2024
1 parent 28ce839 commit 9441522
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions static/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ services:
restart: always
volumes:
- letsencrypt:/etc/letsencrypt:rw
- nginx-waf:/etc/nginx/conf.d/customer_curated.rules:Z
- ${PLEXTRAC_HOME}/volumes/naxsi-waf/customer_curated.rules:/etc/nginx/conf.d/customer_curated.rules:Z
healthcheck:
test:
- "CMD-SHELL"
Expand Down Expand Up @@ -364,12 +364,6 @@ volumes:
type: "none"
o: "bind"
device: "${PLEXTRAC_BACKUP_PATH}/postgres"
nginx-waf:
driver: local
driver_opts:
type: "none"
o: "bind"
device: "${PLEXTRAC_HOME}/volumes/naxsi-waf"

networks:
default:
Expand Down

0 comments on commit 9441522

Please sign in to comment.