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

  • Catsrules@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    You can just mount the SMB volume using docker-compose.

    I think have some example compose files if you need some example.