remove size limit
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
|||||||
- ./nginx/certs:/etc/nginx/certs:ro
|
- ./nginx/certs:/etc/nginx/certs:ro
|
||||||
- ./nginx/vhost.d:/etc/nginx/vhost.d:ro
|
- ./nginx/vhost.d:/etc/nginx/vhost.d:ro
|
||||||
- ./nginx/html:/usr/share/nginx/html:rw
|
- ./nginx/html:/usr/share/nginx/html:rw
|
||||||
|
- ./nginx/proxy.conf:/etc/nginx/conf.d/proxy.conf
|
||||||
networks:
|
networks:
|
||||||
devnet:
|
devnet:
|
||||||
ipv4_address: ${NGINX_IP}
|
ipv4_address: ${NGINX_IP}
|
||||||
@@ -34,6 +35,7 @@ services:
|
|||||||
- ./nginx/certs:/etc/nginx/certs:rw
|
- ./nginx/certs:/etc/nginx/certs:rw
|
||||||
- ./acme:/etc/acme.sh
|
- ./acme:/etc/acme.sh
|
||||||
- ./nginx/vhost.d:/etc/nginx/vhost.d:rw
|
- ./nginx/vhost.d:/etc/nginx/vhost.d:rw
|
||||||
|
- ./nginx/proxy.conf:/etc/nginx/conf.d/proxy.conf
|
||||||
networks:
|
networks:
|
||||||
- devnet
|
- devnet
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user