diff options
author | hyang <hyang@hyang.xyz> | 2023-09-09 17:59:17 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-09 17:59:17 -0700 |
commit | b1cc0a9ec9b0999d723bdd026d8f6c7f6f343bff (patch) | |
tree | d3f35ce2c762572b6f161125bd945e779afd2c1b /docker-compose.yml | |
parent | fa7a38ab912e0011959b2adc244e1d713176dac8 (diff) |
actually, dont
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 1330f32..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: '3' -services: - hugo: - image: klakegg/hugo - command: serve --baseURL hyang.xyz - ports: - - "1313:1313" - volumes: - - ./:/src - environment: - - HUGO_ENV=production - |