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:
|
networks:
|
||||||
gitea:
|
gitea:
|
||||||
|
@ -32,6 +32,7 @@ services:
|
||||||
image: ghcr.io/denyskon/teabag:latest
|
image: ghcr.io/denyskon/teabag:latest
|
||||||
container_name: teabag
|
container_name: teabag
|
||||||
restart: always
|
restart: always
|
||||||
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./teabag.env:/etc/teabag/teabag.env
|
- ./teabag.env:/etc/teabag/teabag.env
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue