add manually created network

This commit is contained in:
Asif Bacchus
2019-11-16 15:36:13 -07:00
parent e6c21af933
commit a14985ed8a
2 changed files with 30 additions and 1 deletions
+13
View File
@@ -8,6 +8,19 @@
#####
### Network options
# If you want to specify a network to which this container should bind or one
# that should be created, then use this variable. If you don't know what this
# means or if you just want to use the default, leave this line/variable
# commented-out.
#NETWORK=nginx_network
# If you want to specify a particular IP subnet for the network to be created
# as per the above variable, specify it here. Again, if you don't know what
# this means, just leave this commented-out.
#SUBNET='172.31.254.0/24'
### Timezone
# This doesn't impact any functionality of the container, but it does make your
# logs easier to understand if they report the correct local time, right?