Skip to content

Commit 96411b4

Browse files
committed
Update cryptify submodule and fix volume mounts for flattened crate structure
1 parent 6477f7e commit 96411b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ services:
1616
volumes:
1717
- cryptify-data:/app/data
1818
- ./cryptify/conf/config.dev.toml:/app/config.toml:ro
19-
- ./cryptify/cryptify/src:/app/src
20-
- ./cryptify/cryptify/templates:/app/templates
19+
- ./cryptify/src:/app/src
20+
- ./cryptify/templates:/app/templates
2121
- cryptify-target:/app/target
2222
environment:
2323
- RUST_LOG=info

0 commit comments

Comments
 (0)