Loading docker-compose.yml +7 −5 Original line number Diff line number Diff line Loading @@ -5,9 +5,14 @@ services: build: context: ./ # command: ["nginx", "-g", "daemon off;"] hostname: &hostname kodi.shore.co.il networks: - default - host default: aliases: - *hostname ports: - '80:80' - '443:443' restart: always volumes: - '/var/www/www.shore.co.il/.well-known/acme-challenge:/var/www/www.shore.co.il/.well-known/acme-challenge:ro' Loading Loading @@ -36,6 +41,3 @@ services: networks: default: name: shore host: external: true name: host Loading
docker-compose.yml +7 −5 Original line number Diff line number Diff line Loading @@ -5,9 +5,14 @@ services: build: context: ./ # command: ["nginx", "-g", "daemon off;"] hostname: &hostname kodi.shore.co.il networks: - default - host default: aliases: - *hostname ports: - '80:80' - '443:443' restart: always volumes: - '/var/www/www.shore.co.il/.well-known/acme-challenge:/var/www/www.shore.co.il/.well-known/acme-challenge:ro' Loading Loading @@ -36,6 +41,3 @@ services: networks: default: name: shore host: external: true name: host