diff --git a/ansible/provisoning/deploy-portainer.yaml b/ansible/provisoning/deploy-portainer.yaml index 20e5b0c..589e269 100644 --- a/ansible/provisoning/deploy-portainer.yaml +++ b/ansible/provisoning/deploy-portainer.yaml @@ -15,7 +15,7 @@ # - name: Deploy Portainer community.docker.docker_container: - container_name: portainer + name: portainer image: "docker.io/portainer/portainer-ce" ports: - "8000:8000" @@ -23,4 +23,4 @@ volumes: - /var/run/docker.sock:/var/run/docker.sock - portainer_data:/data - restart_policy: always \ No newline at end of file + restart_policy: always