Fix a typo.
This commit is contained in:
parent
cc67c431e0
commit
39ef08f345
|
@ -3,6 +3,7 @@ version: '3.2'
|
||||||
volumes:
|
volumes:
|
||||||
portainer_server_data:
|
portainer_server_data:
|
||||||
{% if docker_swarm_portainer_nfs_volume %}
|
{% if docker_swarm_portainer_nfs_volume %}
|
||||||
|
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: {{ docker_swarm_portainer_nfs_type }}
|
type: {{ docker_swarm_portainer_nfs_type }}
|
||||||
|
|
Loading…
Reference in New Issue