File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
apps/dokploy/templates/glance Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ services:
22 glance :
33 image : glanceapp/glance
44 volumes :
5- - ../files/app/glance.yml:/app/glance.yml
5+ - ../files/app/config/:/app/config
6+ - ../files/app/assets:/app/assets
7+ # Optionally, also mount docker socket if you want to use the docker containers widget
8+ # - /var/run/docker.sock:/var/run/docker.sock:ro
69 ports :
710 - 8080
8- restart : unless-stopped
11+ env_file : .env
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export function generate(schema: Schema): Template {
1717
1818 const mounts : Template [ "mounts" ] = [
1919 {
20- filePath : "/app/glance.yml" ,
20+ filePath : "/app/config/ glance.yml" ,
2121 content : `
2222branding:
2323 hide-footer: true
You can’t perform that action at this time.
0 commit comments