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 0cac6f5 commit a4f494dCopy full SHA for a4f494d
docker-compose.test.yml
@@ -17,7 +17,7 @@ services:
17
- ./scripts:/etc/netbox/scripts:z,ro
18
- netbox-media-files:/opt/netbox/netbox/media:z
19
postgres:
20
- image: postgres:14-alpine
+ image: postgres:15-alpine
21
env_file: env/postgres.env
22
redis:
23
image: redis:7-alpine
docker-compose.yml
@@ -33,7 +33,7 @@ services:
33
34
# postgres
35
36
37
38
volumes:
39
- netbox-postgres-data:/var/lib/postgresql/data
0 commit comments