Skip to content
Snippets Groups Projects
Commit 3d23c8ad authored by nimrod's avatar nimrod
Browse files

Revert "Allow Nginx access to the host network."

This reverts commit 6e2443d5.
parent a71b7a65
Branches
No related tags found
No related merge requests found
......@@ -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'
......@@ -36,6 +41,3 @@ services:
networks:
default:
name: shore
host:
external: true
name: host
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment