Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 9ddf3394 authored by 65160206's avatar 65160206
Browse files

fix map port

parent bc42d8ee
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,12 @@ version: "3.8"
services:
# ✅ MySQL
lookoad-mysql:
image: mysql:8.0.36-debian
container_name: lookoad-mysql
ports:
- "8015:3306" # ✅ แมพพอร์ต: เครื่อง → container
environment:
MYSQL_ROOT_PASSWORD: Lookoad2024!
MYSQL_DATABASE: water
......@@ -20,6 +23,7 @@ services:
networks:
- backend-net
# ✅ NestJS
nestjs:
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment