diff --git a/custom/faulty-web b/custom/faulty-web index a058c6b..da77ad4 160000 --- a/custom/faulty-web +++ b/custom/faulty-web @@ -1 +1 @@ -Subproject commit a058c6bad3b152d7ce6bd708a8ea5d54586ae101 +Subproject commit da77ad445127d42373f929f6cbd90407f85f088c diff --git a/docker-compose.social.yml b/docker-compose.social.yml index 55fcd7a..71f8353 100644 --- a/docker-compose.social.yml +++ b/docker-compose.social.yml @@ -10,8 +10,6 @@ services: - VIRTUAL_HOST=dendrite.neo.ixvd.net - LETSENCRYPT_HOST=dendrite.neo.ixvd.net - VIRTUAL_PORT=8008 - ports: - - 8448:8448 volumes: - /srv/dendrite/config:/etc/dendrite - /srv/dendrite/data:/var/dendrite/media diff --git a/docker-compose.web.yml b/docker-compose.web.yml index 20fc246..0b644e2 100644 --- a/docker-compose.web.yml +++ b/docker-compose.web.yml @@ -2,7 +2,9 @@ version: '2.2' services: faulty-web: - build: custom/faulty-web + build: + context: custom/faulty-web + dockerfile: neo.Dockerfile restart: always environment: - VIRTUAL_HOST=faulty.nl