Update docker run command to actually use bindmounts.

pull/1/head
jowj 6 years ago
parent 3dfcb5cbe7
commit ab6d7f0ea5

@ -18,5 +18,5 @@
# this has to be a shell because command: isn't interactive
shell: docker container rm znc
- name: run the container (assumes the volume is already set up)
command: docker run -d -p 5000:5000 -v znc-cfg:/znc-data znc
command: docker run -d -p 5000:5000 --mount type="bind",source="/mnt/volume_sfo2_znc/",target=/znc-data znc

Loading…
Cancel
Save