Skip to content

Commit 8587024

Browse files
authored
chore: adjust compose
1 parent 11d7c6b commit 8587024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/firezone/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: "3.7"
1111
services:
1212

1313
firezone:
14-
image: firezone/firezone
14+
image: l4rm4nd/firezone
1515
container_name: firezone-web
1616
ports:
1717
- 51820:51820/udp
@@ -52,7 +52,7 @@ services:
5252
<<: *default-deploy
5353

5454
postgres:
55-
image: postgres:15
55+
image: postgres:15-alpine
5656
container_name: firezone-db
5757
volumes:
5858
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/firezone/db:/var/lib/postgresql/data

0 commit comments

Comments
 (0)