toString port

This commit is contained in:
niten 2023-07-08 12:13:04 -07:00
parent 82090bb120
commit f4103eabd2
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ let
services = {
proxy = {
image = "nginx:1-alpine";
ports = [ "${port}:8536" ];
ports = [ "${toString port}:8536" ];
volumes = [ "${nginxCfg}:/etc/nginx/nginx.conf:ro,Z" ];
restart = "always";
logging = defaultLogging;