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