Updated logo API
This commit is contained in:
@@ -20,6 +20,9 @@ http {
|
||||
fastcgi_param HTTPS on;
|
||||
fastcgi_param HTTP_X_FORWARDED_PROTO https;
|
||||
include fastcgi_params;
|
||||
|
||||
fastcgi_buffers 16 16k;
|
||||
fastcgi_buffer_size 32k;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
FROM ubuntu:latest
|
||||
LABEL authors="josh"
|
||||
|
||||
ENTRYPOINT ["top", "-b"]
|
||||
Reference in New Issue
Block a user