Skip to content

Commit

Permalink
ops: add templates dir to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuxas committed Sep 19, 2024
1 parent 92dd395 commit 189c0c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ services:
- "3235:3235"
volumes:
- ./files:/files
- ./dev:/static:ro
- ./dev/home:/static:ro
- ./dev/templates:/templates:ro
env_file:
- .env
restart: unless-stopped

0 comments on commit 189c0c5

Please sign in to comment.