1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 14:35:26 +02:00

remove env_file from docker-compose

This commit is contained in:
Nikita Melnikov 2022-10-02 19:16:54 +08:00
parent 0214ab7556
commit 65f5569780

View file

@ -6,8 +6,6 @@ services:
context: .
ports:
- "5005:3000"
env_file:
- .env
volumes:
- ./public/uploads:/uploads
- ./db:/usr/src/app/db