diff options
Diffstat (limited to 'docker/blocks/w_cache/fig')
-rw-r--r-- | docker/blocks/w_cache/fig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/blocks/w_cache/fig b/docker/blocks/w_cache/fig new file mode 100644 index 0000000000..fd66c35786 --- /dev/null +++ b/docker/blocks/w_cache/fig @@ -0,0 +1,6 @@ +gogs: + build: docker + links: + - cache + ports: + - "3000:3000" |