mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
docs(examples): use latest version
This commit is contained in:
parent
51e64e6f88
commit
b5c8dba59a
@ -26,7 +26,7 @@ services:
|
||||
- ldap
|
||||
|
||||
semaphore:
|
||||
image: semaphoreui/semaphore:v2.9.113-beta
|
||||
image: semaphoreui/semaphore:latest
|
||||
container_name: semaphore
|
||||
environment:
|
||||
SEMAPHORE_DB_DIALECT: "bolt"
|
||||
@ -39,6 +39,7 @@ services:
|
||||
SEMAPHORE_LDAP_BIND_DN: "cn=admin,dc=example,dc=org"
|
||||
SEMAPHORE_LDAP_BIND_PASSWORD: "admin"
|
||||
SEMAPHORE_LDAP_USERFILTER: "(&(objectClass=inetOrgPerson)(uid=%s))"
|
||||
SEMAPHORE_NON_ADMIN_CAN_CREATE_PROJECT: "yes"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user