You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you need a certain UID to own a volume, for example jenkins will not start unless you do this first: $ sudo chown -R 1000 /var/lib/grua/volumes/artif/jenkins/home/
So we could have something like - if volumes arg prefixed by uid, chown before running...:
volumes:
- 1000:home:/var/jenkins_home
The text was updated successfully, but these errors were encountered:
Sometimes you need a certain UID to own a volume, for example jenkins will not start unless you do this first:
$ sudo chown -R 1000 /var/lib/grua/volumes/artif/jenkins/home/
So we could have something like - if volumes arg prefixed by uid, chown before running...:
The text was updated successfully, but these errors were encountered: