Skip to content

Commit d9f71aa

Browse files
committed
fix: udate deps
1 parent 42f6891 commit d9f71aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
volumes:
1313
- quizz-data:/data
1414
# Avatars live on the host — drop image files here and they appear in the picker
15-
- quizz-avatars:/data/avatars
15+
- ./avatars:/data/avatars
1616

1717
caddy:
1818
image: caddy:latest
@@ -32,6 +32,5 @@ services:
3232

3333
volumes:
3434
quizz-data:
35-
quizz-avatars:
3635
caddy_data:
3736
caddy_config:

0 commit comments

Comments
 (0)