fix: rename misleading container name
This commit is contained in:
parent
5a4ea98e5d
commit
24bc2630c4
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ services:
|
|||
ports:
|
||||
- "8000:80"
|
||||
depends_on:
|
||||
- lumi2-openldap
|
||||
lumi2-openldap:
|
||||
container_name: lumi2-openldap
|
||||
- openldap
|
||||
openldap:
|
||||
container_name: openldap
|
||||
image: osixia/openldap
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue