docs(examples): use latest version

This commit is contained in:
fiftin 2024-05-31 19:23:42 +02:00
parent 51e64e6f88
commit b5c8dba59a
No known key found for this signature in database
GPG Key ID: 044381366A5D4731

View File

@ -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: