Add explicit container name to docker-compose example
Sets container_name to 'apocapoc-api-dev' for easier container identification and management during development.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
api:
|
||||
container_name: apocapoc-api-dev
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user