I have a docker container running in portainer. I have added an SMB volume to the container. Does anyone know how I can update this docker container using docker-compose without undoing my changes? Thanks
@selfhosted @Docker @portainerio
Submitted 1 year ago by LordChaos82@fosstodon.org to selfhosted@lemmy.world
chiisana@lemmy.chiisana.net 1 year ago
You’d mount the volume in the docker-compose.yml using the
volumes:
node.You can try to automatically generate the compose file via this command: