Actualizar README.md
This commit is contained in:
@@ -25,7 +25,7 @@ El `docker-compose.yaml` actual contiene:
|
|||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
image: portainer/portainer-ce:lts
|
image: portainer/portainer-ce
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
@@ -33,7 +33,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 9443:9443
|
- 9443:9443
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
portainer_data:
|
portainer_data:
|
||||||
name: portainer_data
|
name: portainer_data
|
||||||
|
|||||||
Reference in New Issue
Block a user