diff --git a/docker-compose.yaml b/docker-compose.yaml index 9d9c444..a94e3eb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,6 +4,12 @@ services: container_name: mael-landing restart: unless-stopped volumes: - - /home/mads/domain:/usr/share/nginx/html:ro + - ./:/usr/share/nginx/html:ro ports: - - "8090:80" \ No newline at end of file + - "8090:80" + networks: + - proxy + +networks: + proxy: + external: true \ No newline at end of file