Add container_name

This commit is contained in:
Dzejkobik007
2023-01-06 10:50:53 +01:00
parent a005226c96
commit 071ef7bc02

View File

@@ -5,6 +5,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: api-calc
restart: always restart: always
ports: ports:
- 80:80 - 80:80