chore: adjust compose

pull/26/head
LRVT 2024-08-24 05:23:21 +02:00 zatwierdzone przez GitHub
rodzic 11d7c6bd9d
commit 8587024408
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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