1clowd branch: Added comments to modified lines

This commit is contained in:
2023-03-10 15:26:08 +01:00
parent 166a4e5dfe
commit f62fe74b7a

View File

@@ -6,14 +6,14 @@ networks:
services: services:
portainer: portainer:
image: portainer/portainer-ce image: portainer/portainer-ce # This line was modified in 1clowd branch
container_name: portainer container_name: portainer
volumes: volumes:
- ~/docker_volumes/portainer/data:/data - ~/docker_volumes/portainer/data:/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
ports: ports:
- "9900:9000" - "9900:9000" # This line was modified in 1clowd branch
networks: networks:
infra_out: infra_out:
ipv4_address: 10.23.0.211 ipv4_address: 10.23.0.211 # This line was modified in 1clowd branch
restart: unless-stopped restart: unless-stopped