DEV Community

Discussion on: Deploying gitlab on Docker Swarm

Collapse
 
apetushkov profile image
Alexey Petushkov

Hi Livio,
Thank you for your article. One thing to add:

Add line to /etc/fstab

/srv/gitlab-swarm/      /exports/gitlab-swarm/  none    bind

In other case, it will fail to start after reboot (due to NFS shares)

Collapse
 
livioribeiro profile image
Livio Ribeiro

Thanks! I've updated the post with your suggestion.