Ajust portainer for 1clowd server

This commit is contained in:
2023-03-10 14:55:31 +01:00
parent 71a031da14
commit 166a4e5dfe

View File

@@ -6,14 +6,14 @@ networks:
services:
portainer:
image: portainer/portainer-ce:alpine
image: portainer/portainer-ce
container_name: portainer
volumes:
- ~/docker_volumes/portainer/data:/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "9000:9000"
- "9900:9000"
networks:
infra_out:
ipv4_address: 192.168.23.10
ipv4_address: 10.23.0.211
restart: unless-stopped