aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-18 18:09:08 +0000
committerGitHub <[email protected]>2021-06-18 18:09:08 +0000
commit34aaf99e7389c969d04581956e216911bffdc9b2 (patch)
tree40313ca28a9329682bd38f7a2de1a73cc0e8837f
parentMerge pull request #47 from Whirlsplash/renovate/mimalloc-0.x (diff)
downloadwhirl-34aaf99e7389c969d04581956e216911bffdc9b2.tar.xz
whirl-34aaf99e7389c969d04581956e216911bffdc9b2.zip
style(compose): not much
-rw-r--r--docker-compose.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 214dcf8..3c8fd88 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,11 +1,10 @@
-version: '3.3'
+version: "3.3"
services:
whirl:
ports:
- - '8080:80'
- - '6650:6650'
- - '5673:5673'
- container_name: Whirlsplash
- image: whirlsplash/whirl
+ - "8080:80"
+ - "6650:6650"
+ - "5673:5673"
volumes:
- ./.whirl-data:/.whirl
+ image: whirlsplash/whirl