Skip to content

Commit 0538d9c

Browse files
Fix log directory
1 parent 8afaf24 commit 0538d9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
healthcheck:
4747
test: "curl -f localhost:8000/admin/"
4848
volumes:
49-
- ./log/django:/usr/src/app/logs:z
49+
- ./logs/django:/usr/src/app/logs:z
5050
- ./seed/:/usr/src/app/backend/problem/data:z
5151
command: >
5252
gunicorn langpro_annotator.wsgi:application

0 commit comments

Comments
 (0)