Skip to content

Commit a9edf80

Browse files
committed
make .env not required
1 parent 241afaf commit a9edf80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ services:
88
ports:
99
- "127.0.0.1:8080:8080"
1010
env_file:
11-
- .env
11+
- path: .env
12+
required: false
1213
volumes:
1314
- ./migrations:/opt/conditional/migrations
1415
develop:

0 commit comments

Comments
 (0)