chore: adjust compose

This commit is contained in:
LRVT 2024-08-24 05:23:21 +02:00 committed by GitHub
parent 11d7c6bd9d
commit 8587024408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ version: "3.7"
services:
firezone:
image: firezone/firezone
image: l4rm4nd/firezone
container_name: firezone-web
ports:
- 51820:51820/udp
@ -52,7 +52,7 @@ services:
<<: *default-deploy
postgres:
image: postgres:15
image: postgres:15-alpine
container_name: firezone-db
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/firezone/db:/var/lib/postgresql/data