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
but when I try to run using docker-compose up it gave me error as
ERROR: The Compose file './docker-compose.yml' is invalid because:
volumes.share0 value 'device', 'o', 'type' do not match any of the regexes: '^x-'
volumes.share1 value 'device', 'o', 'type' do not match any of the regexes: '^x-'
what can be the volume setup to mount the nfs shared?
please provide an example to mount the volume in compose setup
The text was updated successfully, but these errors were encountered:
I'm trying to mount a network shared directory for shareing html files and certificates. I'm using the below setup
but when I try to run using
docker-compose up
it gave me error aswhat can be the volume setup to mount the nfs shared?
please provide an example to mount the volume in compose setup
The text was updated successfully, but these errors were encountered: