Skip to content

Commit 28c786c

Browse files
authored
Merge pull request #195 from netbox-community/update-postgres
Update PostgreSQL to 11
2 parents 1c899b5 + e4e0a63 commit 28c786c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- netbox-static-files:/opt/netbox/netbox/static:ro
3737
- netbox-nginx-config:/etc/netbox-nginx/:ro
3838
postgres:
39-
image: postgres:10.4-alpine
39+
image: postgres:11-alpine
4040
env_file: env/postgres.env
4141
volumes:
4242
- netbox-postgres-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)