aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-15 14:32:34 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-15 14:32:34 +0300
commitfe90ade27a0a9239a5de09efc4e6bb0109875a7c (patch)
tree323e48179e236c5cee699baa07d72ab2490a71f9 /docker-compose.yml
parentindex.html: less __screaming__ font size, lmao (diff)
downloadvoid-fe90ade27a0a9239a5de09efc4e6bb0109875a7c.tar.gz
void-fe90ade27a0a9239a5de09efc4e6bb0109875a7c.zip
docker: best practices
Since I don't spawn any processes, I can just use the exec form in the Dockerfile, and it's all fine.
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 4c03864..2cd37fa 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,7 +3,6 @@ services:
void:
build:
context: .
- init: true
logging:
driver: journald
ports: