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