1
0

Compare commits

..

No commits in common. "1b311df04683a86733114cae8befb19614cfaa85" and "7b49e6af7da0b923f2923ee0499fc1f1ca19fb39" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -40,7 +40,6 @@ services:
- "${DOCKER_STORAGE_PATH}/caddy/etc:/etc/caddy"
- "${DOCKER_STORAGE_PATH}/caddy/data:/data"
- "${DOCKER_STORAGE_PATH}/caddy/config:/config"
- "/var/run/tailscale/tailscaled.sock:/var/run/tailscale/tailscaled.sock"
- "/www/notes:/srv/notes"
- "timetracker-static:/srv/timetracker"
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -1,10 +1,10 @@
---
services:
calibre-web:
image: docker.io/linuxserver/calibre-web:0.6.24
image: docker.io/linuxserver/calibre-web:v0.6.24
container_name: calibre-web
ports:
- 8089:8083
- 8083:8083
networks:
public:
ipv4_address: 192.168.240.52