mirror of
https://github.com/tommytran732/Vaultwarden-Docker-Compose
synced 2024-11-25 14:41:34 -05:00
Update docker-compose.yml
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
0d95c60bb6
commit
f9d2656fc5
@ -48,6 +48,7 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
image: docker.io/postgres-15:alpine
|
image: docker.io/postgres-15:alpine
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- postgres:/var/lib/postgresql/data
|
- postgres:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user