mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	Use nginxproxymanager/nginx-full image base
which has been updated with bookworm, python 3.8, certbot 2.8.0 and node 20 Moved rootfs scripts as /bin is a symlink in bookworm
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| FROM jc21/nginx-full:certbot-node | ||||
| FROM nginxproxymanager/nginx-full:certbot-node | ||||
| LABEL maintainer="Jamie Curnow <jc@jc21.com>" | ||||
|  | ||||
| # See: https://github.com/just-containers/s6-overlay/blob/master/README.md | ||||
| @@ -7,7 +7,8 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \ | ||||
| 	S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ | ||||
| 	S6_FIX_ATTRS_HIDDEN=1 \ | ||||
| 	S6_KILL_FINISH_MAXTIME=10000 \ | ||||
| 	S6_VERBOSITY=2 | ||||
| 	S6_VERBOSITY=2 \ | ||||
| 	NODE_OPTIONS="--openssl-legacy-provider" | ||||
|  | ||||
| RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \ | ||||
| 	&& apt-get update \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user