feat: set container name to MikaApp in docker-compose.yml
This commit is contained in:
parent
e277542a9d
commit
286b23bf93
@ -2,6 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: MikaApp
|
||||
build: .
|
||||
ports:
|
||||
- "3004:3004"
|
||||
|
Loading…
Reference in New Issue
Block a user