mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-02 21:32:58 +08:00
Update postgres.yml
This commit is contained in:
parent
8ec5d09e91
commit
64024a37f8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
postgres_db:
|
postgres_db:
|
||||||
image: ghcr.io/tgdrive/postgres
|
image: ghcr.io/tgdrive/postgres:16-alpine
|
||||||
container_name: postgres_db
|
container_name: postgres_db
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
@ -13,4 +13,4 @@ services:
|
||||||
- ./postgres_data:/var/lib/postgresql/data
|
- ./postgres_data:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
postgres:
|
postgres:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in a new issue