mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 07:55:24 +02:00
remove env_file from docker-compose
This commit is contained in:
parent
0214ab7556
commit
65f5569780
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ services:
|
||||||
context: .
|
context: .
|
||||||
ports:
|
ports:
|
||||||
- "5005:3000"
|
- "5005:3000"
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./public/uploads:/uploads
|
- ./public/uploads:/uploads
|
||||||
- ./db:/usr/src/app/db
|
- ./db:/usr/src/app/db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue