Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « exampleSite - github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14747a75f712bef531dfee3a8abe32126594d283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# hugo-theme-techlog-simple/exampleSite

You should create a ".env" file as follows.

```shellsession
rm -f .env
test $(uname -s) = 'Linux' && echo "UID=$(id -u)\nGID=$(id -g)" >> .env
cat<<EOE >> .env
BIND_IP_ADDR=192.168.0.1
EOE
```

And start the container.

```shellsession
docker-compose up
```

Now you can access to the example site via follows URL.  
`http:${BIND_IP_ADDR}:1313`