skip to Main Content

Docker Swarm global mode issue – Debian

I am trying to create a php: apache service with Docker Swarm. I have 3 nodes, manager, node1, node2. I have created the Dockerfile file: FROM php:apache COPY html/ /var/www/html/ And the docker-compose.yml file: version: "3" networks: network1: services: php:…

VIEW QUESTION
Back To Top
Search