mirror of
https://github.com/pelican-dev/panel.git
synced 2025-03-14 09:57:36 +00:00
Add logs volume
This commit is contained in:
committed by
Michael (Parker) Parker
parent
116175ba60
commit
7d0b9af21a
@ -38,12 +38,14 @@ services:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
- pelican-data:/pelican-data
|
||||
- pelican-logs:/var/www/html/storage/logs
|
||||
environment:
|
||||
<<: [*panel-environment, *mail-environment]
|
||||
XDG_DATA_HOME: /pelican-data
|
||||
|
||||
volumes:
|
||||
pelican-data:
|
||||
pelican-logs:
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
Reference in New Issue
Block a user