update docker config

This commit is contained in:
2025-05-16 15:04:13 +09:00
parent c6b964f8b3
commit 2575255f5b
2 changed files with 14 additions and 14 deletions

View File

@ -2,9 +2,10 @@ version: '3.9'
services:
api:
image: app-dashboard:1.0.0
image: app-dashboard:1.0.1
restart: always
container_name: app-dashboard
build: .
ports:
- '4040:4040' # Specify the exposed port, we will need this to access the app from local machine
- '4040:80' # Specify the exposed port, we will need this to access the app from local machine