add container_name
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
mail-admin:
|
||||
container_name: mail-s3-admin
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
@@ -10,6 +11,7 @@ services:
|
||||
- postgres
|
||||
|
||||
postgres:
|
||||
container_name: mail-s3-admin-db
|
||||
image: postgres:latest
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user