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
Not sure if this is #637 or not.
My fig.yml has a basic volumes: directive:
volumes:
- localfolder:/var/www/html
When I run fig up, the containers get created and I can see the volumes are linked correctly with docker inspect.
Then, if I run fig stop, fig up, it continues to work.
However if I run fig stop, service docker restart, then fig up, the Volumes are lost. docker inspect looks like:
Not sure if this is #637 or not.
My fig.yml has a basic
volumes:
directive:When I run
fig up
, the containers get created and I can see the volumes are linked correctly withdocker inspect
.Then, if I run
fig stop
,fig up
, it continues to work.However if I run
fig stop
,service docker restart
, thenfig up
, the Volumes are lost.docker inspect
looks like:instead of
"/var/www/html": "/path/to/localfolder"
The text was updated successfully, but these errors were encountered: