Docker update

This commit is contained in:
Wieland, Marc
2026-06-26 15:29:05 +02:00
parent 56fa73656f
commit ab966c66d0
+4 -3
View File
@@ -37,12 +37,13 @@ services:
- db - db
logshell: logshell:
image: alpine:3.22 image: bash:5.2
container_name: timetracker-logshell container_name: timetracker-logshell
restart: unless-stopped restart: unless-stopped
command: ["sh", "-c", "tail -f /dev/null"] working_dir: /logs
command: ["bash", "-lc", "tail -f /dev/null"]
volumes: volumes:
- applogs:/logs:ro - applogs:/logs
volumes: volumes:
pgdata: pgdata: