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:
|
services:
|
||||||
backend:
|
backend:
|
||||||
build:
|
build:
|
||||||
@@ -9,8 +7,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8001:8001"
|
- "8001:8001"
|
||||||
env_file:
|
|
||||||
- ./backend/.env
|
|
||||||
environment:
|
environment:
|
||||||
- PORT=8001
|
- PORT=8001
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user