Изменения запуска из-под docker-compose

This commit is contained in:
Григорич 2023-06-05 16:05:43 +03:00
parent aa9e301d5e
commit 03201200ab

View File

@ -3,6 +3,4 @@ services:
etl: etl:
build: . build: .
container_name: etl container_name: etl
env_file:
- .env
restart: always restart: always