fix docker compose
This commit is contained in:
parent
ac313436b6
commit
f2f6f9e146
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue