mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-07-23 00:38:31 +02:00
use volumer
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user