-
After a server restart I can't get Semaphore start again in Podman container. I get this in the logs:
I've tried mapping more folders etc - still I can't get it to work again. Here's the section for SempahoreUI from compose.yaml file: semaphore:
restart: unless-stopped
image: semaphoreui/semaphore:latest
name: semaphore
user: $UID:$UID
env_file:
- $PWD/.ENV/.semaphore
networks:
- caddynet
- semnet
volumes:
- $PWD/semaphore/semaphore-data:/etc/semaphore:z
- $PWD/semaphore/semaphore-temp:/tmp/semaphore:z
- $PWD/semaphore/semaphore-home:/home/semaphore:z
- $PWD/semaphore/semaphore-venv:/opt/semaphore/venv:z
|
Beta Was this translation helpful? Give feedback.
Answered by
tboerger
May 31, 2024
Replies: 1 comment
-
With v2.9.112 this problem have been solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tboerger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With v2.9.112 this problem have been solved.