Skip to content

Commit

Permalink
Disable backup bind mount by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Nov 19, 2024
1 parent 2fa2590 commit 5db5306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
#- "0.0.0.0:443:443"
volumes:
- ./.env:/app/.env
- ./backups:/app/storage/app/backups
#- ./backups:/app/storage/app/backups
# Remove the hash of the following lines if you want to use HTTPS for this container
#- ./caddy-data:/home/www-data/.local/share/caddy
#- ./ssl.Caddyfile:/etc/caddy/Caddyfile
Expand Down

0 comments on commit 5db5306

Please sign in to comment.