sporks_a_plenty@lemmy.worldtoTechnology@lemmy.world•United Airlines passengers to see targeted ads on seat-back screensEnglish
57·
7 months ago…that will now reflect the information United has compiled on individual travelers, like where they live and destinations they’ve traveled to.
I, for one, can’t wait to have my personal info proudly displayed to whatever randos they seat next to me! /s
I’m not a docker pro, so I may be wrong…
It looks to me like your syntax is formatted as if you’re assigning an external bind mount, not a volume.
IIRC, volume mounts are
<name>:<path_inside_container>
, and docker will automatically pre-pend the service name to the vol name (e. g./opt/docker/volumes/wireguard-<name>
)So, you could try something like:
ref: https://docs.docker.com/engine/storage/volumes/#use-a-volume-with-docker-compose