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:
context: .
dockerfile: Dockerfile
container_name: api-calc
restart: always
ports:
- 80:80