From eae4aa503691041890a3cd3539525ed7d66a1524 Mon Sep 17 00:00:00 2001 From: AlexD Date: Fri, 10 Mar 2023 15:24:57 +0100 Subject: [PATCH] Added comments to modified lines --- portainer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portainer.yml b/portainer.yml index 83ad73e..edfd284 100644 --- a/portainer.yml +++ b/portainer.yml @@ -12,8 +12,8 @@ services: - /home/alexd/docker_volumes/portainer/data:/data - /var/run/docker.sock:/var/run/docker.sock ports: - - "9800:9000" + - "9800:9000" # This was set in Master networks: infra_out: ipv4_address: 192.168.23.10 - restart: always + restart: always # This was set in Master