feature(helpers): allow specifying tag

This commit is contained in:
2021-07-26 01:20:38 -06:00
parent a3c6656764
commit bc2a34ddd8
3 changed files with 28 additions and 5 deletions
+16
View File
@@ -6,6 +6,22 @@
###
#
# Container options
#
# Specify a particular tag to 'version pin' the ab-nginx container.
#TAG=latest
# Specify a runtime UID and GID for the container user. This is useful to
# ensure the container can read and/or write to locations on the host or
# has access to files shared between members of a container stack.
# REQUIRED: NO
# DEFAULT: UID=8080, GID=8080
# VALID OPTIONS: any permissible and available UID/GID value
#UID=8080
#GID=8080
#
# Network options
#