mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 05:17:41 +00:00
docker fix
This commit is contained in:
@@ -28,6 +28,8 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: winstudent-api
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- ASPNETCORE_URLS=http://+:8005
|
||||
- ConnectionStrings__DefaultConnection=Server=mysql;Port=3306;Database=${MYSQL_DATABASE};Uid=${MYSQL_USER};Pwd=${MYSQL_PASSWORD};
|
||||
|
||||
Reference in New Issue
Block a user