CHANGE: Bind mounts were replaced with the named volumes

This commit is contained in:
2025-08-24 21:53:15 +02:00
parent 487babc5f4
commit 43fa409d73

View File

@@ -9,6 +9,9 @@ services:
SEMAPHORE_ADMIN_PASSWORD: ${ADMIN_PASS}
SEMAPHORE_ADMIN_NAME: ${ADMIN_NAME}
SEMAPHORE_ADMIN_EMAIL: ${ADMIN_EMAIL}
volumes:
- /home/mbuz/docker/semaphore/data:/var/lib/semaphore
- /home/mbuz/docker/semaphore/config:/etc/semaphore
volumes:
- semaphore-data:/var/lib/semaphore
- semaphore-config:/etc/semaphore
volumes:
semaphore-data:
semaphore-config: