From f62fe74b7a0aeca076a0aaa84a93588891ce4c83 Mon Sep 17 00:00:00 2001 From: AlexD Date: Fri, 10 Mar 2023 15:26:08 +0100 Subject: [PATCH] 1clowd branch: Added comments to modified lines --- portainer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portainer.yml b/portainer.yml index 845952d..8316da1 100644 --- a/portainer.yml +++ b/portainer.yml @@ -6,14 +6,14 @@ networks: services: portainer: - image: portainer/portainer-ce + image: portainer/portainer-ce # This line was modified in 1clowd branch container_name: portainer volumes: - ~/docker_volumes/portainer/data:/data - /var/run/docker.sock:/var/run/docker.sock ports: - - "9900:9000" + - "9900:9000" # This line was modified in 1clowd branch networks: infra_out: - ipv4_address: 10.23.0.211 + ipv4_address: 10.23.0.211 # This line was modified in 1clowd branch restart: unless-stopped