Skip to content

Commit

Permalink
Update dashy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe authored Nov 10, 2024
1 parent c273a36 commit 764421d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/dashy/dashy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- toybox
containers:
- name: dashy
image: docker.io/lissy93/dashy:2.1.1
image: docker.io/lissy93/dashy:3.x
imagePullPolicy: IfNotPresent
env:
- name: HOST
Expand All @@ -50,7 +50,7 @@ spec:
privileged: true
volumeMounts:
- name: dashy-config
mountPath: /app/public/conf.yml
mountPath: /app/user-data/conf.yml
subPath: conf.yml
volumes:
- name: dashy-config
Expand Down

0 comments on commit 764421d

Please sign in to comment.