Skip to content

Commit 33717ff

Browse files
committed
Fix typo
1 parent 99800f2 commit 33717ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/modules/photoprismpi/filesystem/boot/docker-compose/photoprisim/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ services:
3131
PHOTOPRISM_PUBLIC: "false"
3232
PHOTOPRISM_ADMIN_PASSWORD: "photoprism"
3333
volumes:
34-
- "/home/ububtu/Pictures/Originals:/home/photoprism/Pictures/Originals" # [local path]:[container path]
34+
- "/home/ubuntu/Pictures/Originals:/home/photoprism/Pictures/Originals" # [local path]:[container path]
3535
- "/media:/home/photoprism/Pictures/Originals/media:ro"
36-
- "/home/ububtu/Pictures/Import:/home/photoprism/Pictures/Import" # [local path]:[container path] (optional)
37-
- "/home/ububtu/Pictures/Export:/home/photoprism/Pictures/Export" # [local path]:[container path] (optional)
36+
- "/home/ubuntu/Pictures/Import:/home/photoprism/Pictures/Import" # [local path]:[container path] (optional)
37+
- "/home/ubuntu/Pictures/Export:/home/photoprism/Pictures/Export" # [local path]:[container path] (optional)
3838
- "photoprism-cache:/home/photoprism/.cache/photoprism" # keep thumbnail cache
3939
- "photoprism-database:/home/photoprism/.local/share/photoprism/resources/database" # keep database files
4040

0 commit comments

Comments
 (0)