diff --git a/README.md b/README.md index 519c323..93ecb25 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ El `docker-compose.yaml` actual contiene: services: portainer: container_name: portainer - image: portainer/portainer-ce:lts + image: portainer/portainer-ce restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock @@ -33,7 +33,6 @@ services: ports: - 9443:9443 - volumes: portainer_data: name: portainer_data