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 9bf702d commit 182a1ecCopy full SHA for 182a1ec
Makefile
@@ -5,10 +5,9 @@ UNAME=$(shell uname -s)
5
# Also because of the proxy 127.0.0.1 doesn't work as a bind address.
6
ifeq ($(UNAME), Darwin)
7
PODMAN_OPTS ?= -it --security-opt label=disable --pull=newer -p 4000:4000
8
- HUGO_SERVER_OPTS = "--bind 0.0.0.0"
+ HUGO_SERVER_OPTS = --bind 0.0.0.0
9
else
10
PODMAN_OPTS ?= -it --security-opt label=disable --pull=newer --net=host
11
- HUGO_SERVER_OPTS = ""
12
endif
13
# Do not use selinux labeling when we are using nfs
14
FSTYPE=$(shell df -Th . | grep -v Type | awk '{ print $$2 }')
0 commit comments