Skip to content

Commit e65d06d

Browse files
authored
Deployment: missing directory path (#277)
2 parents a38e167 + 229c8f8 commit e65d06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/archiver-service.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ services:
189189
working_dir: /app/backend
190190
volumes:
191191
- type: bind
192-
source: ./backend/prefect/prefect.yaml
192+
source: ../backend/prefect/prefect.yaml
193193
target: /prefect.yaml
194194
read_only: true
195195
- /usr/bin/docker:/usr/bin/docker

0 commit comments

Comments
 (0)