use docker volumes
All checks were successful
Deploy Containers / Prepare (push) Successful in 20s

This commit is contained in:
2025-11-26 21:59:00 -05:00
parent 018a212ad1
commit 62e149632e

View File

@@ -10,8 +10,8 @@
name: ghcr.io/pelican-dev/panel
tag: latest
volumes:
- "{{ data_dir }}/pelican/app:/pelican-data"
- "{{ data_dir }}/pelican/logs:/var/www/html/storage/logs"
- "pelican-data:/pelican-data"
- "pelican-logs:/var/www/html/storage/logs"
- "{{ data_dir }}/pelican/Caddyfile:/etc/caddy/Caddyfile"
etc_hosts:
- "host.docker.internal:host-gateway"