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