Skip to content

Commit 4350cd6

Browse files
committed
remove example.env from docker-compose file to avoid confusion
1 parent e7bda0b commit 4350cd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bootcamp/materials/1-dimensional-data-modeling/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ services:
55
container_name: ${DOCKER_CONTAINER}
66
env_file:
77
- .env
8-
- example.env
98
environment:
109
- POSTGRES_DB=${POSTGRES_SCHEMA}
1110
- POSTGRES_USER=${POSTGRES_USER}

0 commit comments

Comments
 (0)