Merged master and 1clowd after resolving conflict

This commit is contained in:
2023-03-10 15:56:04 +01:00

View File

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