CHANGE: Bind mounts were replaced with the named volumes
This commit is contained in:
		| @@ -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: | ||||||
		Reference in New Issue
	
	Block a user