This commit is contained in:
2026-01-06 13:25:01 +01:00
parent 46cb35e14e
commit 1147d9b3f0

View File

@@ -7,8 +7,8 @@ services:
volumes:
- ./data:/data
- ./src:/data/src
- .Cargo.lock:/data/Cargo.lock
- .Cargo.toml:/data/Cargo.toml
- ./Cargo.lock:/data/Cargo.lock
- ./Cargo.toml:/data/Cargo.toml
- /etc/localtime:/etc/localtime:ro
environment:
- TZ="Europe/Rome"