fix: volume names

This commit is contained in:
naterfute
2025-04-09 22:39:07 -07:00
parent 303fadc0e5
commit f3893c6058

View File

@@ -20,9 +20,9 @@ services:
- database
- cache
volumes:
- "pterovar/:/app/var/"
- "pterovar:/app/var/"
- "pteronginx:/etc/nginx/http.d/"
- "pterocerts/:/etc/letsencrypt/"
- "pterocerts:/etc/letsencrypt/"
- "pterologs:/app/storage/logs"
environment:
APP_ENV: "production"