Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk authored Oct 5, 2024
1 parent c73f97d commit f596e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ services:
ports:
- 13003:3000
volumes:
- ${APP_DATA_LOCATION}/mount-bookmark/local_artwork/:/opt/mount-bookmark/src/config/local_artwork
- ${APP_DATA_LOCATION}/mount-bookmark/settings.json:/opt/mount-bookmark/src/config/settings.json
- ${APP_DATA_LOCATION}/mount-bookmark/local_artwork/:/opt/src/config/local_artwork
- ${APP_DATA_LOCATION}/mount-bookmark/settings.json:/opt/src/config/settings.json
environment:
- TZ=Australia/Sydney
- PUID=1000
Expand Down

0 comments on commit f596e3c

Please sign in to comment.