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? Th
Portainer.io @ portainerio @mastodon.online Posts 0Comments 1Joined 5 yr. ago

Portainer.io @ portainerio @mastodon.online
Posts
0
Comments
1
Joined
5 yr. ago
@LordChaos82 @selfhosted you can create a compose file, and in it, state the volumes are external (so compose knows to reuse existing volumes).