Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Duda <32878822+8sd@users.noreply.github.com>2020-07-26 11:27:49 +0300
committerGitHub <noreply@github.com>2020-07-26 11:27:49 +0300
commit9bb2f0330aeab302234de31b9b7f94029101cb04 (patch)
tree04902c09a3e5c83a276bf71819a31f95d250a73e /docker-compose.yml
parent794184f8f07521351cb3922bd121baa3599b69d0 (diff)
Add official docker image (#358)
Add the new image to the `docker-compose`-file. See #329
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index b5e3cb1..3551452 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3"
services:
kutt:
- build: .
+ image: kutt/kutt
container_name: kutt
depends_on:
- postgres