future-ram-24559
12/10/2021, 12:25 AMERROR: for netmaker Cannot start service netmaker: error while mounting volume '/var/lib/docker/volumes/netmaker_sqldata/_data': failed to mount local volume: mount ~/netmaker/netmaker_sqldata:/var/lib/docker/volumes/netmaker_sqldata/_data, flags: 0x1000: no such file or directory
In docker-compose.yml I have the binds set up like this-
volumes:
sqldata:
driver: local
driver_opts:
type: none
device: ~/netmaker/netmaker_sqldata
o: bind
dnsconfig:
driver: local
driver_opts:
type: none
device: ~/netmaker/netmaker_dnsconfig
o: bind
See anything wrong? Should I be using a full path?