Skip to content

Commit 0efcc36

Browse files
authored
ensure that optional .env file is commented out in docker-compose.yml
closes #797 Signed-off-by: Robert Smith <[email protected]>
1 parent ca561e2 commit 0efcc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ volumes:
77

88
x-env-info: &env-info
99
env_file:
10-
- './.env'
10+
#- './.env'
1111
- './.env.dev'
1212

1313
x-app-shared: &app-shared

0 commit comments

Comments
 (0)