Fix docker-compose.yml for EasyPanel (remove obsolete version and env_file)

This commit is contained in:
desoladorxx
2026-07-22 16:15:36 -05:00
parent cd18c4ca5e
commit fc5ac3f7a7

View File

@@ -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