This repository was archived by the owner on Apr 24, 2025. It is now read-only.
Description Hi there,
Here is the docker run script:
docker run
-d
--name='semaphore'
--net='bridge'
-e 'SEMAPHORE_DB_DIALECT'='mysql'
-e 'SEMAPHORE_ADMIN'='admin'
-e 'SEMAPHORE_ADMIN_PASSWORD'='somepass'
-e 'SEMAPHORE_ADMIN_NAME'='someone'
-e 'SEMAPHORE_ADMIN_EMAIL'='someone@somewhere'
-e 'SEMAPHORE_ACCESS_KEY_ENCRYPTION'='9946NyKhSqwfqeqwfqwfqwfqw5CH+kg='
-e 'SEMAPHORE_DB_HOST'='192.168.1.2'
-e 'SEMAPHORE_DB_PORT'='3309'
-e 'SEMAPHORE_DB_USER'='semaphore'
-e 'SEMAPHORE_DB_PASS'='somepassword'
-e 'SEMAPHORE_DB'='semaphore'
-p '3000:3000/tcp'
-v '/semaphore':'/config':'rw' 'ghcr.io/imagegenius/semaphore'
Here is the container errors:
/go/src/github.com/ansible-semaphore/semaphore/cli/main.go:8 +0x17
time="2023-10-12T09:07:22+02:00" level=warning msg="Error 1045: Access denied for user 'semaphore'@'172.17.0.1' (using password: YES)"
panic: Error 1045: Access denied for user 'semaphore'@'172.17.0.1' (using password: YES)
Reactions are currently unavailable
Hi there,
Here is the docker run script:
Here is the container errors: