mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-01-23 05:12:20 +01:00
use volumer
This commit is contained in:
parent
df218d5336
commit
6428a9f841
@ -7,4 +7,9 @@ services:
|
|||||||
context: ./personal-page
|
context: ./personal-page
|
||||||
args:
|
args:
|
||||||
HUGO_ENV_ARG: "production"
|
HUGO_ENV_ARG: "production"
|
||||||
HUGO_CMD: "-d localhost"
|
HUGO_CMD: "-d ${NGINX_HOST}"
|
||||||
|
volumes:
|
||||||
|
- hugo_data:/var/www/hugo:z
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
hugo_data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user