revert all previous changes
This commit is contained in:
10
compose.yaml
10
compose.yaml
@@ -1,12 +1,8 @@
|
|||||||
name: andrewamason.tech
|
name: andrewamason.tech
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
website:
|
||||||
image: docsy/docsy-example
|
image: cgr.dev/chainguard/hugo:latest
|
||||||
build:
|
command: server -D
|
||||||
context: .
|
|
||||||
command: server
|
|
||||||
#command: server -D
|
|
||||||
volumes:
|
volumes:
|
||||||
- nfs_hugo_src:/src
|
- nfs_hugo_src:/src
|
||||||
- nfs_hugo_cache:/tmp/hugo_cache
|
- nfs_hugo_cache:/tmp/hugo_cache
|
||||||
|
|||||||
Reference in New Issue
Block a user