We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d7c6b commit 8587024Copy full SHA for 8587024
examples/firezone/docker-compose.yml
@@ -11,7 +11,7 @@ version: "3.7"
11
services:
12
13
firezone:
14
- image: firezone/firezone
+ image: l4rm4nd/firezone
15
container_name: firezone-web
16
ports:
17
- 51820:51820/udp
@@ -52,7 +52,7 @@ services:
52
<<: *default-deploy
53
54
postgres:
55
- image: postgres:15
+ image: postgres:15-alpine
56
container_name: firezone-db
57
volumes:
58
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/firezone/db:/var/lib/postgresql/data
0 commit comments