Deleted old docker-compose file
This commit is contained in:
@@ -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
|
|
Reference in New Issue
Block a user