docker update

This commit is contained in:
2025-10-09 21:28:22 +05:30
parent e1abf8631f
commit 45640454bc

View File

@ -2,7 +2,9 @@ version: '3.8'
services: services:
backend: backend:
build: backend build:
context: support-portal-backend
dockerfile: Dockerfile
restart: always restart: always
environment: environment:
MYSQL_HOST: db MYSQL_HOST: db