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