mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: volume names
This commit is contained in:
@@ -20,9 +20,9 @@ services:
|
|||||||
- database
|
- database
|
||||||
- cache
|
- cache
|
||||||
volumes:
|
volumes:
|
||||||
- "pterovar/:/app/var/"
|
- "pterovar:/app/var/"
|
||||||
- "pteronginx:/etc/nginx/http.d/"
|
- "pteronginx:/etc/nginx/http.d/"
|
||||||
- "pterocerts/:/etc/letsencrypt/"
|
- "pterocerts:/etc/letsencrypt/"
|
||||||
- "pterologs:/app/storage/logs"
|
- "pterologs:/app/storage/logs"
|
||||||
environment:
|
environment:
|
||||||
APP_ENV: "production"
|
APP_ENV: "production"
|
||||||
|
|||||||
Reference in New Issue
Block a user