We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dad7d commit fcae789Copy full SHA for fcae789
arion-compose.nix
@@ -25,8 +25,8 @@ in {
25
ports = [ "8080:80" ];
26
volumes = [
27
"${toString ./.}/nft-marketplace/build:/usr/share/nginx/html"
28
- "${toString ./.}/config/nginx.conf:/etc/nginx/nginx.conf"
29
- "${toString ./.}/config/nginx-default.conf:/etc/nginx/conf.d/default.conf"
+ "${toString ./.}/config/nginx/nginx.conf:/etc/nginx/nginx.conf"
+ "${toString ./.}/config/nginx/conf.d:/etc/nginx/conf.d"
30
];
31
healthcheck = {
32
test = [
config/nginx-default.conf renamed to config/nginx/conf.d/default.conf
config/nginx.conf renamed to config/nginx/nginx.conf
0 commit comments