1
0
mirror of https://github.com/tommytran732/Vaultwarden-Docker-Compose synced 2024-11-25 11:41:34 -05:00

Update docker-compose.yml

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-11-24 22:34:21 -05:00 committed by GitHub
parent 0d95c60bb6
commit f9d2656fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ services:
postgres:
image: docker.io/postgres-15:alpine
container_name: postgres
restart: unless-stopped
volumes:
- postgres:/var/lib/postgresql/data
environment: