CHANGE: Bind mounts were replaced with the named volumes

This commit is contained in:
2025-08-24 21:53:15 +02:00
parent f590fc777f
commit 7919919d23

View File

@@ -10,5 +10,8 @@ services:
SEMAPHORE_ADMIN_NAME: ${ADMIN_NAME} SEMAPHORE_ADMIN_NAME: ${ADMIN_NAME}
SEMAPHORE_ADMIN_EMAIL: ${ADMIN_EMAIL} SEMAPHORE_ADMIN_EMAIL: ${ADMIN_EMAIL}
volumes: volumes:
- /home/mbuz/docker/semaphore/data:/var/lib/semaphore - semaphore-data:/var/lib/semaphore
- /home/mbuz/docker/semaphore/config:/etc/semaphore - semaphore-config:/etc/semaphore
volumes:
semaphore-data:
semaphore-config: