forked from data.coop/ansible
Fix typo
This commit is contained in:
parent
83935a8649
commit
7a1e2c4b02
|
@ -7,7 +7,7 @@
|
||||||
docker_container:
|
docker_container:
|
||||||
name: privatebin
|
name: privatebin
|
||||||
image: jgeusebroek/privatebin:latest
|
image: jgeusebroek/privatebin:latest
|
||||||
restart_policy: unless_stopped
|
restart_policy: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- privatebin:/privatebin
|
- privatebin:/privatebin
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue