fix docker compose

This commit is contained in:
Quentin 2023-02-09 15:35:59 +01:00
parent ac313436b6
commit f2f6f9e146
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -1,4 +1,4 @@
version: "3"
version: "3.4"
networks:
gitea:
@ -32,6 +32,7 @@ services:
image: ghcr.io/denyskon/teabag:latest
container_name: teabag
restart: always
network_mode: host
volumes:
- ./teabag.env:/etc/teabag/teabag.env
ports: