Fix docker-compose.yml for EasyPanel (remove obsolete version and env_file)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
@@ -9,8 +7,6 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- "8001:8001"
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
environment:
|
||||
- PORT=8001
|
||||
|
||||
|
||||
Reference in New Issue
Block a user