mirror of
https://github.com/tgdrive/teldrive.git
synced 2024-11-13 03:04:34 +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:
|
||||
postgres_db:
|
||||
image: ghcr.io/tgdrive/postgres
|
||||
image: ghcr.io/tgdrive/postgres:16-alpine
|
||||
container_name: postgres_db
|
||||
restart: always
|
||||
networks:
|
||||
|
@ -13,4 +13,4 @@ services:
|
|||
- ./postgres_data:/var/lib/postgresql/data
|
||||
networks:
|
||||
postgres:
|
||||
external: true
|
||||
external: true
|
||||
|
|
Loading…
Reference in a new issue