diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 690c0ff..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: '3.9' -services: - nginx: - build: /data/web/sites/nullWebsite/nginx/ - container_name: nginx_null - ports: - - 80:80 - - 443:443 - volumes: - - /data/web/sites/nullWebsite/cert:/data/cert:ro - - /data/web/sites/nullWebsite/html:/data/html:ro - restart: unless-stopped