Skip to content

Commit a719078

Browse files
committed
fix: mount path docker compose
1 parent b50f2da commit a719078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builds/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- 8080
1313
- 2120
1414
volumes:
15-
- "../${ENV_FILE}:/app/timelock.env:ro"
15+
- "./.env:/timelock.env:ro"
1616
- "../.tmp:/tmp"
1717
networks:
1818
- worker

0 commit comments

Comments
 (0)