You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.yml 189B

123456789
  1. version: '2'
  2. services:
  3. apache:
  4. build: ./apache
  5. container_name: www.rthoni.com-apache
  6. # restart: unless-stopped
  7. ports:
  8. - "127.0.0.1:35040:80"