Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske committed Oct 2, 2024
1 parent 4891366 commit 6a68b61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Port 8083
Port 5000
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
services:
app:
image: lscr.io/linuxserver/calibre-web:latest
image: lscr.io/linuxserver/kavita:latest
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- DOCKER_MODS=linuxserver/mods:universal-calibre
volumes:
- app_data:/config
- /mnt/media/ebooks:/books:ro
- /mnt/media/ebooks:/data:ro
networks:
- proxy_apps
restart: unless-stopped
Expand Down

0 comments on commit 6a68b61

Please sign in to comment.